﻿@charset "UTF-8";

@font-face {
  font-family: 'Stolzl';
  src: url("../fonts/Stolzl-Light.eot");
  src: url("../fonts/Stolzl-Light-1.eot") format('embedded-opentype'),
        url("../fonts/Stolzl-Light.woff2") format('woff2'),
        url("../fonts/Stolzl-Light.woff") format('woff'),
        url("../fonts/Stolzl-Light.ttf") format('truetype'),
        url("../fonts/Stolzl-Light.svg") format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Stolzl book';
  src: url("../fonts/Stolzl-Book.eot");
  src: url("../fonts/Stolzl-Book-1.eot") format('embedded-opentype'),
        url("../fonts/Stolzl-Book.woff2") format('woff2'),
        url("../fonts/Stolzl-Book.woff") format('woff'),
        url("../fonts/Stolzl-Book.ttf") format('truetype'),
        url("../fonts/Stolzl-Book.svg") format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Stolzl';
  src: url("../fonts/Stolzl-Regular.eot");
  src: url("../fonts/Stolzl-Regular-1.eot") format('embedded-opentype'),
        url("../fonts/Stolzl-Regular.woff2") format('woff2'),
        url("../fonts/Stolzl-Regular.woff") format('woff'),
        url("../fonts/Stolzl-Regular.ttf") format('truetype'),
        url("../fonts/Stolzl-Regular.svg") format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Stolzl';
  src: url("../fonts/Stolzl-Medium.eot");
  src: url("../fonts/Stolzl-Medium-1.eot") format('embedded-opentype'),
        url("../fonts/Stolzl-Medium.woff2") format('woff2'),
        url("../fonts/Stolzl-Medium.woff") format('woff'),
        url("../fonts/Stolzl-Medium.ttf") format('truetype'),
        url("../fonts/Stolzl-Medium.svg") format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Stolzl';
  src: url("../fonts/Stolzl-Bold.eot");
  src: url("../fonts/Stolzl-Bold-1.eot") format('embedded-opentype'),
        url("../fonts/Stolzl-Bold.woff2") format('woff2'),
        url("../fonts/Stolzl-Bold.woff") format('woff'),
        url("../fonts/Stolzl-Bold.ttf") format('truetype'),
        url("../fonts/Stolzl-Bold.svg") format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Stolzl';
  src: url("../fonts/Stolzl-Thin.eot");
  src: url("../fonts/Stolzl-Thin-1.eot") format('embedded-opentype'),
        url("../fonts/Stolzl-Thin.woff2") format('woff2'),
        url("../fonts/Stolzl-Thin.woff") format('woff'),
        url("../fonts/Stolzl-Thin.ttf") format('truetype'),
        url("../fonts/Stolzl-Thin.svg") format('svg');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@-webkit-keyframes opas {
  0% {
    opacity: 0.4;
  }

  60% {
    opacity: 1;
  }

  100% {
    opacity: 0.4;
  }
}

@keyframes opas {
  0% {
    opacity: 0.4;
  }

  60% {
    opacity: 1;
  }

  100% {
    opacity: 0.4;
  }
}

@-webkit-keyframes fadeOpas {
  0% {
    -webkit-transform: translateY(110%);
    transform: translateY(110%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeOpas {
  0% {
    -webkit-transform: translateY(110%);
    transform: translateY(110%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes tooltipShow {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes tooltipShow {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@-webkit-keyframes rotate2 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes rotate2 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-webkit-keyframes deg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  60% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes deg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  60% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@-webkit-keyframes jamp {
  0% {
    margin-top: 0;
  }

  15% {
    margin-top: -1rem;
  }

  25% {
    margin-top: 0;
  }

  35% {
    margin-top: -0.5rem;
  }

  45% {
    margin-top: 0;
  }

  100% {
    margin-top: 0;
  }
}

@keyframes jamp {
  0% {
    margin-top: 0;
  }

  15% {
    margin-top: -1rem;
  }

  25% {
    margin-top: 0;
  }

  35% {
    margin-top: -0.5rem;
  }

  45% {
    margin-top: 0;
  }

  100% {
    margin-top: 0;
  }
}

@-webkit-keyframes jampTrf {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  15% {
    -webkit-transform: translateY(-7%);
    transform: translateY(-7%);
  }

  25% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  35% {
    -webkit-transform: translateY(-3%);
    transform: translateY(-3%);
  }

  45% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes jampTrf {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  15% {
    -webkit-transform: translateY(-7%);
    transform: translateY(-7%);
  }

  25% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  35% {
    -webkit-transform: translateY(-3%);
    transform: translateY(-3%);
  }

  45% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0px;
  }

  30% {
    left: 110%;
    margin-left: 80px;
  }

  100% {
    left: 110%;
    margin-left: 80px;
  }
}

@keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0px;
  }

  30% {
    left: 110%;
    margin-left: 80px;
  }

  100% {
    left: 110%;
    margin-left: 80px;
  }
}

@-webkit-keyframes pulseicon-a {
  0% {
    -webkit-transform: translate(0, 0) scale(0.85);
    transform: translate(0, 0) scale(0.85);
  }

  50% {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
  }

  100% {
    -webkit-transform: translate(0, 0) scale(0.85);
    transform: translate(0, 0) scale(0.85);
  }
}

@keyframes pulseicon-a {
  0% {
    -webkit-transform: translate(0, 0) scale(0.85);
    transform: translate(0, 0) scale(0.85);
  }

  50% {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
  }

  100% {
    -webkit-transform: translate(0, 0) scale(0.85);
    transform: translate(0, 0) scale(0.85);
  }
}

@-webkit-keyframes pulseicon {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
}

@keyframes pulseicon {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
}

@-webkit-keyframes phone {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(15deg) scale(0.9);
    transform: translate(-50%, -50%) rotate(15deg) scale(0.9);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1.01);
    transform: translate(-50%, -50%) rotate(0deg) scale(1.01);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(15deg) scale(0.9);
    transform: translate(-50%, -50%) rotate(15deg) scale(0.9);
  }
}

@keyframes phone {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(15deg) scale(0.9);
    transform: translate(-50%, -50%) rotate(15deg) scale(0.9);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1.01);
    transform: translate(-50%, -50%) rotate(0deg) scale(1.01);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(15deg) scale(0.9);
    transform: translate(-50%, -50%) rotate(15deg) scale(0.9);
  }
}

@-webkit-keyframes pulseiconLine {
  0% {
    -webkit-transform: translateX(-55%) scale(0.7);
    transform: translateX(-55%) scale(0.7);
  }

  50% {
    -webkit-transform: translateX(-65%) scale(1);
    transform: translateX(-65%) scale(1);
  }

  100% {
    -webkit-transform: translateX(-55%) scale(0.7);
    transform: translateX(-55%) scale(0.7);
  }
}

@keyframes pulseiconLine {
  0% {
    -webkit-transform: translateX(-55%) scale(0.7);
    transform: translateX(-55%) scale(0.7);
  }

  50% {
    -webkit-transform: translateX(-65%) scale(1);
    transform: translateX(-65%) scale(1);
  }

  100% {
    -webkit-transform: translateX(-55%) scale(0.7);
    transform: translateX(-55%) scale(0.7);
  }
}

@-webkit-keyframes scale-before {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
  }
}

@keyframes scale-before {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
  }
}

@-webkit-keyframes transform-shiver {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(-5px, 0px) rotate(0deg);
    transform: translate(-5px, 0px) rotate(0deg);
  }

  75% {
    -webkit-transform: translate(5px, 0px) rotate(0deg);
    transform: translate(5px, 0px) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes transform-shiver {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(-5px, 0px) rotate(0deg);
    transform: translate(-5px, 0px) rotate(0deg);
  }

  75% {
    -webkit-transform: translate(5px, 0px) rotate(0deg);
    transform: translate(5px, 0px) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes transform-shiver2 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(0, -5px) rotate(0deg);
    transform: translate(0, -5px) rotate(0deg);
  }

  75% {
    -webkit-transform: translate(0, 5px) rotate(0deg);
    transform: translate(0, 5px) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes transform-shiver2 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  25% {
    -webkit-transform: translate(0, -5px) rotate(0deg);
    transform: translate(0, -5px) rotate(0deg);
  }

  75% {
    -webkit-transform: translate(0, 5px) rotate(0deg);
    transform: translate(0, 5px) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes car1 {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1);
    transform: translate(0px, 0px) scale(1);
  }

  100% {
    -webkit-transform: translate(-200px, 10px) scale(0);
    transform: translate(-200px, 10px) scale(0);
  }
}

@keyframes car1 {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1);
    transform: translate(0px, 0px) scale(1);
  }

  100% {
    -webkit-transform: translate(-200px, 10px) scale(0);
    transform: translate(-200px, 10px) scale(0);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(237, 26, 35, 0.5);
    box-shadow: 0 0 0 0 rgba(237, 26, 35, 0.5);
  }

  70% {
    -webkit-box-shadow: 0 0 0 8px rgba(237, 26, 35, 0);
    box-shadow: 0 0 0 8px rgba(237, 26, 35, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(237, 26, 35, 0);
    box-shadow: 0 0 0 0 rgba(237, 26, 35, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(237, 26, 35, 0.5);
    box-shadow: 0 0 0 0 rgba(237, 26, 35, 0.5);
  }

  70% {
    -webkit-box-shadow: 0 0 0 8px rgba(237, 26, 35, 0);
    box-shadow: 0 0 0 8px rgba(237, 26, 35, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(237, 26, 35, 0);
    box-shadow: 0 0 0 0 rgba(237, 26, 35, 0);
  }
}

@-webkit-keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(68, 204, 93, 0.5);
    box-shadow: 0 0 0 0 rgba(68, 204, 93, 0.5);
  }

  70% {
    -webkit-box-shadow: 0 0 0 28px rgba(68, 204, 93, 0);
    box-shadow: 0 0 0 28px rgba(68, 204, 93, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(68, 204, 93, 0);
    box-shadow: 0 0 0 0 rgba(68, 204, 93, 0);
  }
}

@keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(68, 204, 93, 0.5);
    box-shadow: 0 0 0 0 rgba(68, 204, 93, 0.5);
  }

  70% {
    -webkit-box-shadow: 0 0 0 28px rgba(68, 204, 93, 0);
    box-shadow: 0 0 0 28px rgba(68, 204, 93, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(68, 204, 93, 0);
    box-shadow: 0 0 0 0 rgba(68, 204, 93, 0);
  }
}

@-webkit-keyframes pulse3 {
  0% {
    -webkit-box-shadow: 0 0 0 0 white;
    box-shadow: 0 0 0 0 white;
  }

  70% {
    -webkit-box-shadow: 0 0 0 11px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 11px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulse3 {
  0% {
    -webkit-box-shadow: 0 0 0 0 white;
    box-shadow: 0 0 0 0 white;
  }

  70% {
    -webkit-box-shadow: 0 0 0 11px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 11px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes sbs-anim {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  50% {
    opacity: 1;
    -webkit-transform: translateX(-2px) translateY(-8px) rotate(-5deg) scale(1, 1);
    transform: translateX(-2px) translateY(-8px) rotate(-5deg) scale(1, 1);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}

@keyframes sbs-anim {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  50% {
    opacity: 1;
    -webkit-transform: translateX(-2px) translateY(-8px) rotate(-5deg) scale(1, 1);
    transform: translateX(-2px) translateY(-8px) rotate(-5deg) scale(1, 1);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}

@-webkit-keyframes pop {
  0% {
    -webkit-transform: perspective(1px) rotateX(0deg) scale3d(1, 1, 1);
    transform: perspective(1px) rotateX(0deg) scale3d(1, 1, 1);
  }

  100% {
    -webkit-transform: perspective(1px) rotateX(0deg) scale3d(1.2, 1.2, 1.2);
    transform: perspective(1px) rotateX(0deg) scale3d(1.2, 1.2, 1.2);
  }
}

@keyframes pop {
  0% {
    -webkit-transform: perspective(1px) rotateX(0deg) scale3d(1, 1, 1);
    transform: perspective(1px) rotateX(0deg) scale3d(1, 1, 1);
  }

  100% {
    -webkit-transform: perspective(1px) rotateX(0deg) scale3d(1.2, 1.2, 1.2);
    transform: perspective(1px) rotateX(0deg) scale3d(1.2, 1.2, 1.2);
  }
}

@-webkit-keyframes puff-out {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1, 1);
    transform: translate(-50%, -50%) rotate(0deg) scale(1, 1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transform-origin-opacity: 1;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(2, 2);
    transform: translate(-50%, -50%) rotate(0deg) scale(2, 2);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0;
  }
}

@keyframes puff-out {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1, 1);
    transform: translate(-50%, -50%) rotate(0deg) scale(1, 1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transform-origin-opacity: 1;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(2, 2);
    transform: translate(-50%, -50%) rotate(0deg) scale(2, 2);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0;
  }
}

@-webkit-keyframes slide-up-in {
  0% {
    -webkit-transform: translate(0px, 100%) rotate(1deg);
    transform: translate(0px, 100%) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

@keyframes slide-up-in {
  0% {
    -webkit-transform: translate(0px, 100%) rotate(1deg);
    transform: translate(0px, 100%) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

.fade_in {
  opacity: 1;
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slide-up-in;
  animation-name: slide-up-in;
}

.title-first {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slide-up-in;
  animation-name: slide-up-in;
}

.subtitle-first {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slide-up-in;
  animation-name: slide-up-in;
}

@-webkit-keyframes main {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes main {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 1vw;
  overflow-x: hidden;
}

body {
  font-family: 'Stolzl', sans-serif;
  line-height: 1.2;
  font-weight: 500;
  overflow-x: hidden;
  color: #282728;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a,
button,
input,
textarea,
select {
  outline: none;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 900px) {
  .forest {
    display: none !important;
  }
}

.col-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.col-vcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.row-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-vcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.margin-center {
  margin-left: auto;
  margin-right: auto;
}

.rel-center {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.abs-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 567px) {
  .media-center {
    text-align: center;
  }
}

.graf {
  -webkit-animation: transform-shiver 5000ms linear 0ms infinite normal both;
  animation: transform-shiver 5000ms linear 0ms infinite normal both;
}

.dotted {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dotted:before {
  content: '';
  position: absolute;
  top: 105%;
  width: 100%;
  border-bottom: 1px dotted #01c433;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.dotted:hover {
  color: #111;
}

.dotted:hover:before {
  width: 30%;
  border-color: #fff;
}

.dotted_l::before {
  border-bottom: 1px solid #01c433;
}

.skew-text {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transform: skew(-8deg);
  transform: skew(-8deg);
  background-color: #5490d5;
  padding: .5vw 1.2vw;
  border-radius: 5px;
  line-height: 1;
}

.skew-text__block {
  -webkit-transform: skew(8deg);
  transform: skew(8deg);
}

.kr-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.kr-text__cir {
  background-color: #06af06;
  width: .4rem;
  height: .4rem;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-animation: opas 1.1s infinite linear;
  animation: opas 1.1s infinite linear;
}

.ovh {
  overflow: hidden;
}

.stl {
  font-family: 'Stolzl book', sans-serif;
}

.nstl {
  font-family: 'Stolzl', sans-serif;
}

.lh08 {
  line-height: 0.8;
}

.lh1 {
  line-height: 1;
}

.lhm {
  line-height: 1.3;
}

.lh15 {
  line-height: 1.5;
}

.lsp {
  letter-spacing: 0.05rem;
}

.tgc {
  color: #0099e4;
}

a.tgc {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

a.tgc:hover {
  color: #000;
}

.gray {
  color: #888888;
}

.black {
  color: #282728;
}

.white {
  color: #fff;
}

.blue {
  color: #3c8ea6;
}

.yel {
  color: #ffc601;
}

.green {
  color: #01c433;
}

.red {
  color: #ff3334;
}

.fw1 {
  font-weight: 100;
}

.fw3 {
  font-weight: 300;
}

.fw5 {
  font-weight: 500;
}

.fw4 {
  font-weight: 400;
}

.fw7 {
  font-weight: 700;
}

.fwb {
  font-weight: bold;
}

.fw9 {
  font-weight: 900;
}

.fsi {
  font-style: italic;
}

.tar {
  text-align: right;
}

.tdt {
  text-decoration: line-through;
}

.tdu {
  text-decoration: underline;
}

.tac {
  text-align: center;
}

.ttu {
  text-transform: uppercase;
}

.title-lg {
  font-size: 3.5rem;
}

.zi1 {
  z-index: 1;
  position: relative;
}

.zi5 {
  z-index: 5;
  position: relative;
}

.title {
  font-size: 3rem;
  line-height: 1.1;
  position: relative;
  z-index: 2;
}

.t48 {
  font-size: 2.5rem;
}

.t54 {
  font-size: 2.7rem;
}

.t36 {
  font-size: 1.9rem;
  position: relative;
  z-index: 2;
}

.t34 {
  font-size: 1.77rem;
}

.t32 {
  font-size: 1.67rem;
}

.t30 {
  font-size: 1.56rem;
}

.t28 {
  font-size: 1.46rem;
}

.t26 {
  font-size: 1.35rem;
}

.t24 {
  font-size: 1.25rem;
}

.t23 {
  font-size: 1.2rem;
}

.t22 {
  font-size: 1.15rem;
}

.t21 {
  font-size: 1.1rem;
}

.t20 {
  font-size: 1.04rem;
}

.t18 {
  font-size: 0.94rem;
}

.t16 {
  font-size: 0.83rem;
}

.t15 {
  font-size: 0.8rem;
}

.t14 {
  font-size: 0.73rem;
}

.t13 {
  font-size: 0.68rem;
}

.t12 {
  font-size: 0.63rem;
}

.t10 {
  font-size: 0.52rem;
}

.t8 {
  font-size: 0.42rem;
}

.t7 {
  font-size: 0.37rem;
}

.container {
  max-width: 87rem;
  margin: 0 auto;
  width: 100%;
}

.container-big {
  max-width: 91rem;
  margin: 0 auto;
}

.container-sbig {
  max-width: 81rem;
  margin: 0 auto;
}

.container-big2 {
  max-width: 89rem;
  margin: 0 auto;
}

.container-min {
  max-width: 68rem;
  margin: 0 auto;
}

.container-md {
  max-width: 79rem;
  margin: 0 auto;
}

.container-md2 {
  max-width: 73rem;
  margin: 0 auto;
}

.container-md3 {
  max-width: 70rem;
  margin: 0 auto;
}

.mlg3 {
  margin-bottom: 8rem;
}

.mlg2 {
  margin-bottom: 6rem;
}

.mlg {
  margin-bottom: 4.5rem;
}

.msm {
  margin-bottom: 2.5rem;
}

.mb {
  margin-bottom: 2rem;
}

.mb2 {
  margin-bottom: 1.4rem;
}

.mbm {
  margin-bottom: 0.7rem;
}

.mbs {
  margin-bottom: 0.41rem;
}

.mbs2 {
  margin-bottom: 0.21rem;
}

.mrm {
  margin-right: 0.5rem;
}

.mr {
  margin-right: 1rem;
}

.mrd {
  margin-right: 1.5rem;
}

.mrs {
  margin-right: 1.7rem;
}

.mrlg {
  margin-right: 2.5rem;
}

.stop {
  overflow: hidden;
}

.section {
  padding: 6rem 0;
  position: relative;
}

.dib {
  display: inline-block;
}

.fsi {
  font-style: italic;
}

.rel {
  position: relative;
}

.poe {
  pointer-events: none;
}

.white-space {
  white-space: nowrap;
}

.f-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.f-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.btn {
  letter-spacing: 1.02px;
  padding: 1.6rem 2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 6;
  cursor: pointer;
  border: none;
  position: relative;
  color: rgba(40, 39, 40, 0.75);
  border-radius: 3.1rem;
  background-color: #ffc601;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffc601), to(#fce07e));
  background-image: linear-gradient(to top, #ffc601 0%, #fce07e 100%);
  -webkit-box-shadow: 0 8px 13px rgba(222, 178, 57, 0.49), inset 0 -4px 1px #deb239;
  box-shadow: 0 8px 13px rgba(222, 178, 57, 0.49), inset 0 -4px 1px #deb239;
}

.btn:hover {
  -webkit-box-shadow: 0 8px 13px rgba(222, 178, 57, 0.49), inset 0 4px 1px #deb239;
  box-shadow: 0 8px 13px rgba(222, 178, 57, 0.49), inset 0 4px 1px #deb239;
}

.btn:not(:disabled) .btn-blick {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 3.1rem;
  overflow: hidden;
}

.btn:not(:disabled) .btn-blick:after {
  margin-left: -30px;
  content: " ";
  width: 30px;
  height: 300px;
  background: #fff;
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
  position: absolute;
  left: -40px;
  top: -150px;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-animation-name: slideme;
  animation-name: slideme;
  -webkit-animation-duration: 3.5s;
  animation-duration: 3.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn.b-yel {
  background-color: #f8e049;
  background-image: linear-gradient(-129deg, #edd491 0%, #ffeea9 100%);
  -webkit-box-shadow: 0 8px 13px rgba(204, 178, 118, 0.49), inset 0 -4px 1px #ccb276;
  box-shadow: 0 8px 13px rgba(204, 178, 118, 0.49), inset 0 -4px 1px #ccb276;
  border-radius: 30rem;
  padding: 1.2rem 2rem;
}

.btn.b-yel:not(:disabled) .btn-blick {
  border-radius: 30rem;
}

.btn.b-yel:hover {
  -webkit-box-shadow: 0 8px 13px rgba(205, 179, 119, 0.49), inset 0 4px 1px #cdb377;
  box-shadow: 0 8px 13px rgba(205, 179, 119, 0.49), inset 0 4px 1px #cdb377;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.btn.white {
  background-color: #f2f4fa;
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f6fd), to(#f3f5fc));
  background: linear-gradient(180deg, #f3f6fd, #f3f5fc);
  -webkit-box-shadow: 4px 15px 22px 6px #ccd5e7;
  box-shadow: 4px 15px 22px 6px #ccd5e7;
  color: #282828;
  font-weight: 900;
}

.btn.white:hover {
  -webkit-transform: scale(1.05) !important;
  transform: scale(1.05) !important;
}

.btn.b-green {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0fc73e), to(#32e760));
  background-image: linear-gradient(to top, #0fc73e 0%, #32e760 100%);
  -webkit-box-shadow: 0 8px 13px rgba(26, 186, 66, 0.49), inset 0 -4px 1px #1aba42;
  box-shadow: 0 8px 13px rgba(26, 186, 66, 0.49), inset 0 -4px 1px #1aba42;
}

.btn.b-green:hover {
  -webkit-box-shadow: 0 8px 13px rgba(26, 186, 66, 0.49), inset 0 4px 1px #1aba42;
  box-shadow: 0 8px 13px rgba(26, 186, 66, 0.49), inset 0 4px 1px #1aba42;
}

.btn.bord {
  border: 1px solid #3c8ea6;
  background-color: #f5f5f5;
  color: #5f8bce;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.bord:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.ta {
  background-color: #fcc000;
  -webkit-box-shadow: 0 16px 21px rgba(252, 192, 0, 0.35);
  box-shadow: 0 16px 21px rgba(252, 192, 0, 0.35);
}

.btn.ta:hover {
  -webkit-box-shadow: 0 16px 21px rgba(252, 192, 0, 0.85);
  box-shadow: 0 16px 21px rgba(252, 192, 0, 0.85);
}

.btn.big {
  padding: 2.5rem 3.4rem;
}

.btn.min {
  padding: 1.25rem 1.5rem;
}

.btn.min-l {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.btn.max {
  width: 100%;
}

.btn-img {
  width: 1.7rem;
}

.btn-o {
  color: #83c250;
  background-image: none;
  -webkit-box-shadow: 0 0 50px rgba(171, 214, 138, 0.3);
  box-shadow: 0 0 50px rgba(171, 214, 138, 0.3);
  border-radius: 5px 25px;
  border: 2px solid #83c250;
  background-color: #ffffff;
  padding: 1.6rem 3.75rem;
}

.btn-o:hover {
  color: #ffffff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#6fb247), color-stop(98%, #b8ee68), to(#b8ee68)), -webkit-gradient(linear, left bottom, left top, from(#ee858c), color-stop(98%, #fabcbc), to(#fabcbc));
  background-image: linear-gradient(to top, #6fb247 0%, #b8ee68 98%, #b8ee68 100%), linear-gradient(to top, #ee858c 0%, #fabcbc 98%, #fabcbc 100%);
}

.burger {
  width: 1.7rem;
  height: 1.7rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.burger span {
  display: block;
  width: 100%;
  height: 2px;
  position: relative;
  background-color: #ffffff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 80%;
}

.burger span:before,
.burger span:after {
  content: '';
  position: absolute;
  display: block;
  width: 130%;
  height: 2px;
  left: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.burger span:before {
  top: -0.6rem;
}

.burger span:after {
  bottom: -0.6rem;
  right: auto;
  left: 0;
  width: 60%;
}

.burger__wrap {
  text-transform: uppercase;
  color: #282828;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  line-height: 0.8;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.burger__wrap:hover {
  color: #ffc601;
}

.burger__wrap:hover .burger span {
  background-color: #ffc601;
}

.burger__wrap:hover .burger span:before,
.burger__wrap:hover .burger span:after {
  background-color: #ffc601;
}

.close-nav {
  display: none;
}

.dark {
  color: #282828;
}

.white {
  color: #ffffff;
}

.link {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  display: inline-block;
  color: #67a8b9;
  z-index: 4;
}

.link-o {
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #282828;
}

.link-o:hover {
  color: #fc9533;
}

.link.green {
  color: #81c04f;
}

.link.green:before {
  border-bottom: 1px solid #81c04f;
}

.link.green:hover {
  color: #81c04f;
}

.link.green:hover:before {
  width: 40%;
}

.link:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #67a8b9;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.link:hover {
  color: #464b53;
}

.link:hover:before {
  width: 40%;
}

.link.dsh:before {
  border-bottom: 1px dashed #67a8b9;
}

input::-webkit-input-placeholder {
  color: #747474;
}

input:-ms-input-placeholder {
  color: #747474;
}

input::-ms-input-placeholder {
  color: #747474;
}

input::-moz-placeholder {
  color: #747474;
}

input::placeholder {
  color: #747474;
}

textarea::-webkit-input-placeholder {
  color: #747474;
}

textarea:-ms-input-placeholder {
  color: #747474;
}

textarea::-ms-input-placeholder {
  color: #747474;
}

textarea::-moz-placeholder {
  color: #747474;
}

textarea::placeholder {
  color: #747474;
}

.area {
  padding-left: 2rem;
  height: 7rem;
}

.input {
  padding: 1.3rem 1rem;
  border-radius: 2.5rem;
  border: 1px solid #cdcdcd;
  background-color: transparent;
  -ms-flex-item-align: center;
  align-self: center;
  width: 100%;
  position: relative;
  background-color: transparent;
  padding-left: 2rem;
  font-weight: 400;
}

.input-small {
  padding: 1.2rem 0.8rem;
}

.input.i-gray {
  background-color: #f4f7fa;
}

.input.phone {
  background: url("../img/icons/phone.png") no-repeat center left 1.4rem, #ffffff;
  background-size: 1rem;
}

.input.time {
  padding-left: 3.5rem;
  background: url("../img/icons/time.svg") no-repeat center left 1.4rem;
  background-size: 1rem;
}

.input.v2 {
  background-color: #f4f7fa;
}

.input.ipd {
  padding: 1.3rem 1rem;
  padding-left: 2rem;
}

.textarea {
  border-radius: 14px;
}

.inp-min {
  width: 31.5%;
}

.inp-md {
  width: 48%;
}

.inp-big {
  width: 100%;
}

.inp-c {
  width: 40%;
}

.inp-mm {
  width: 18.5%;
}

.arrows {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3.6rem;
  height: 3.6rem;
  z-index: 18;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  border: none;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.05rem;
  -webkit-box-shadow: 0 0 68px rgba(40, 40, 40, 0.1);
  box-shadow: 0 0 68px rgba(40, 40, 40, 0.1);
  border-radius: 70px;
  background-color: #ffffff;
}

.arrows.t2 {
  width: 3rem;
  height: 3rem;
  padding: 1rem;
}

.arrows.t4 {
  width: 3.5rem;
  height: 3.5rem;
}

.arrows.t6 {
  -webkit-box-shadow: 0 5px 54px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 54px rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  border-radius: 100%;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.arrows:hover {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1.1);
  transform: translateY(-50%) scale(1.1);
  background-color: #ffc601;
}

.arrows:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.arrows:hover.t6 {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}

.arrows.v2.slidePrev {
  left: -3rem;
}

.arrows.v2.slideNext {
  right: -3rem;
}

.slidePrev {
  left: 2rem;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.slidePrev img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.slidePrev.t2 {
  left: -2.5rem;
}

.slidePrev.t4 {
  left: -1.1rem;
}

.slidePrev.t3 {
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slidePrev.t3:hover {
  opacity: 0.7;
  -webkit-transform: translateX(-50%) scale(1.1);
  transform: translateX(-50%) scale(1.1);
}

.slideNext {
  right: 2rem;
}

.slideNext.t2 {
  right: -2.5rem;
}

.slideNext.t4 {
  right: -1.1rem;
}

.slideNext.t3 {
  left: 50%;
  bottom: -1rem;
  top: auto;
  right: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slideNext.t3:hover {
  opacity: 0.7;
  -webkit-transform: translateX(-50%) scale(1.1);
  transform: translateX(-50%) scale(1.1);
}

.check-box {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.check-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.check-label {
  width: 1.1rem;
  height: 1.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.2rem;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: .5rem;
  border-radius: 2px;
  background-color: #ffcb1b;
}

.check-label.v2 {
  border-radius: 100%;
  -webkit-box-shadow: 0 5px 10px rgba(43, 43, 51, 0.1);
  box-shadow: 0 5px 10px rgba(43, 43, 51, 0.1);
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0.2rem;
}

.check-label.v2 .check-label-act {
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  padding: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #4ca352;
}

.check-label-act {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 70%;
  height: 70%;
}

.check-label.min {
  width: 1rem;
  height: 1rem;
  border-radius: 2px;
}

.rhide {
  display: none;
}

.rhide:checked ~ span .check-label-act {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.rhide:checked ~ span .check-label.min {
  background-color: #5bd273;
}

.rhide:checked ~ .block-imp-bf {
  background-color: #4ca352;
  border: 1px solid #4ca352;
}

.rhide:checked ~ .tsm13 {
  color: #fff;
  position: relative;
}

.rhide:checked ~ .times-block div.fancy-select div.trigger {
  color: #fff !important;
}

.wac {
  color: #3fbf3f !important;
}

.vic {
  color: #8173c7 !important;
}

.emc {
  color: #fbc855 !important;
}

.text-rotate {
  position: absolute;
  left: 0;
  top: 0;
  width: 8rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 71;
}

.text-rotate.right {
  left: auto;
  right: 0;
}

.text-rotate-item {
  position: relative;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  white-space: nowrap;
  display: inline-block;
  color: rgba(179, 179, 179, 0.5);
}

.text-rotate-item:before {
  content: '';
  position: absolute;
  left: -3.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 1px solid #d1d1d1;
  width: 3rem;
  height: 1px;
}

.text-rotate-item:after {
  content: '';
  position: absolute;
  right: -3.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 1px solid #d1d1d1;
  width: 3rem;
  height: 1px;
}

.text-rotate-item.wh {
  color: #ffff;
}

.row-colmob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.list__item {
  margin-bottom: 0.5rem;
}

.list:last-child {
  margin-bottom: 0;
}

.link-hover {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.link-hover:hover {
  color: #ffc601 !important;
}

.link-hover-inv {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.link-hover-inv:hover {
  color: #fff !important;
}

.link-ar {
  display: inline-block;
  width: 1rem;
}

.link-ar img {
  width: 100%;
}

.pre {
  position: relative;
  z-index: 5;
}

@media (max-width: 900px) {
  .container-big {
    max-width: 95vw;
  }

  .section {
    padding: 4rem 0;
  }
}

@media (max-width: 567px) {
  .row-colmob {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.header {
  padding: 0.8rem 0;
  padding-top: 2rem;
  padding-bottom: .5rem;
  position: relative;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  width: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 79vw;
}

.header__wrap-bl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 32.5%;
  width: auto;
}

.header.black-tip {
  padding-top: 1rem;
}

.header.black-tip::before {
  content: '';
  background-color: #1e1e1e;
  width: 200%;
  height: 110%;
  -webkit-transform: translateX(-10%);
  transform: translateX(-10%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.scroll {
  width: 2rem;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  position: absolute;
  left: 3.5rem;
  top: 58%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.9;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.scroll__scrolldown {
  width: 1px;
  height: 1rem;
  margin-top: 0;
  margin-bottom: 1rem;
}

.scroll__cir {
  width: 3.5rem;
  height: 3.5rem;
  padding: .9rem;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.scroll__cir svg {
  width: 100%;
  height: 100%;
  -webkit-transform: translate(0, 0%) rotate(-90deg);
  transform: translate(0, 0%) rotate(-90deg);
  -webkit-animation: moveScroll 2s infinite linear;
  animation: moveScroll 2s infinite linear;
}

.scroll__text {
  white-space: nowrap;
  -webkit-transform: translateY(-4rem) rotate(-90deg);
  transform: translateY(-4rem) rotate(-90deg);
  letter-spacing: .3rem;
}

@-webkit-keyframes moveScroll {
  0% {
    -webkit-transform: translate(0, 0%) rotate(-90deg);
    transform: translate(0, 0%) rotate(-90deg);
  }

  50% {
    -webkit-transform: translate(0, 15%) rotate(-90deg);
    transform: translate(0, 15%) rotate(-90deg);
  }

  100% {
    -webkit-transform: translate(0, 0%) rotate(-90deg);
    transform: translate(0, 0%) rotate(-90deg);
  }
}

@keyframes moveScroll {
  0% {
    -webkit-transform: translate(0, 0%) rotate(-90deg);
    transform: translate(0, 0%) rotate(-90deg);
  }

  50% {
    -webkit-transform: translate(0, 15%) rotate(-90deg);
    transform: translate(0, 15%) rotate(-90deg);
  }

  100% {
    -webkit-transform: translate(0, 0%) rotate(-90deg);
    transform: translate(0, 0%) rotate(-90deg);
  }
}

.ph-spacing {
  letter-spacing: .04rem;
}

.lines {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 79.5rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: 1;
}

.lines.v2 .lines__item {
  background-color: rgba(40, 39, 40, 0.08);
}

.lines.v3 {
  width: 78rem;
}

.lines.v4 {
  width: 78rem;
  height: calc(100% + 50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.lines.v5 {
  width: 78rem;
  height: calc(100% + 200%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.lines__item {
  width: 1px;
  background-color: rgba(237, 237, 237, 0.15);
  height: 100%;
  z-index: 0;
}

.logo {
  padding: 0.5rem 0;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.6px;
}

.logo__img {
  width: 18rem;
  display: inline-block;
}

.logo__sub {
  margin-left: 2.3rem;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 97%;
  height: 100%;
  letter-spacing: 0.8px;
}

.nav__wrap {
  position: relative;
  z-index: 16;
  padding: 0rem 1.5rem;
  border-radius: 15px;
  background-color: transparent;
  margin: 0.0rem 0;
}

.nav li {
  position: relative;
  margin: 0 0.45rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.nav li:hover a {
  color: #ffc601;
}

.nav .sub-text {
  padding: .3rem .5rem;
  padding-right: .5rem;
  font-size: .6rem;
}

.nav .sub-text::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  width: 0.2rem;
  height: 0.2rem;
  background-color: #fff;
  border-radius: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.nav .sub-text.last {
  margin-bottom: .6rem;
}

.nav li.current-menu-item a {
  color: #ffc601;
}

.nav li.menu-item-has-children {
  padding-right: .3rem;
  z-index: 100;
  position: relative;
}

.nav li.menu-item-has-children a {
  color: #fff;
}

.nav li.menu-item-has-children a:hover,
.nav li.menu-item-has-children a:active {
  color: #ffc601;
}

.nav li.menu-item-has-children::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: .8rem;
  height: .8rem;
  background: url("../img/main/bot-arrow.svg") no-repeat center;
  background-size: 100%;
  cursor: pointer;
}

.nav li.menu-item-has-children:hover .sub-menu {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.nav a {
  color: #fff;
  padding: 1rem 1rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  font-weight: 300;
}

.nav .get-prs {
  padding-bottom: 0 !important;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 2rem;
  color: #fff;
}

.nav .get-prs:hover {
  color: #ffc601;
}

.nav .get-prs:hover::before {
  border-color: #ffc601;
}

.nav .get-prs::before {
  border-color: #ffff;
}

.nav .get-prs.v1 {
  margin-bottom: 1rem;
}

.nav .get-prs.v1:hover {
  color: #fff;
}

.nav .get-prs.v1:hover::before {
  border-color: #fff;
}

.nav .get-prs.v1::before {
  border-color: #ffc601;
}

.nav .get-prs.v2 {
  text-transform: none;
  color: #01c433;
  padding-top: .5rem;
  margin-bottom: 3rem;
}

.nav .get-prs.v2:hover {
  color: #fff;
}

.nav .get-prs.v2:hover::before {
  border-color: #fff;
}

.nav .get-prs.v2::before {
  border-color: #01c433;
}

.nav .get-prs.v3 {
  text-transform: none;
  color: #fff;
  margin-bottom: 0;
}

.nav .get-prs.v3::before {
  display: none;
}

.nav .soc__text {
  text-transform: none;
}

.nav .soc__item {
  background-color: #fff;
  padding: .2rem 1rem;
  width: 7.2rem;
  height: 3rem;
}

.nav .soc__img {
  margin-right: 0.4rem;
}

.nav .c-soc {
  margin-top: 2rem;
}

.nav .c-soc__item {
  padding: .8rem;
  width: 2.9rem;
  height: 2.9rem;
}

.nav .c-soc__item:hover {
  -webkit-box-shadow: 0 0 38px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 38px rgba(255, 255, 255, 0.2);
}

.nav .c-soc__item img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.ttnds {
  text-transform: none;
}

.sub-menu {
  top: 100%;
  left: 0;
  -webkit-box-shadow: 1px -1px 57px rgba(0, 0, 0, 0.1);
  box-shadow: 1px -1px 57px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  min-width: 100%;
  position: absolute;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0);
  transform: scale(0);
  padding: 0.8rem;
  border-radius: .4rem;
}

.burger__wrap-block {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav__wrap {
  position: fixed;
  z-index: 888;
  width: 30.15%;
  height: 100%;
  background-color: rgba(23, 23, 23, 0.98);
  border-radius: 0;
  top: 0;
  right: 0;
  margin: 0;
  display: none;
}

.nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-right: 7rem;
  padding-top: 1rem;
}

.nav a {
  padding-right: 0;
}

.nav li {
  margin-right: 0;
}

.nav .burger__wrap {
  margin-bottom: 1.5rem;
}

.nav .burger-text.dotted_l:hover {
  color: #ffc601;
}

.nav .burger-text.dotted_l:hover::before {
  border-color: #ffc601;
}

.nav .burger-text.dotted_l::before {
  top: 130%;
  border-color: #fff;
}

.nav .tel-bl {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-transform: none;
  margin-bottom: 1rem;
}

.nav .tel-bl .kr-text {
  letter-spacing: .08rem;
  margin-bottom: 0.2rem;
}

.nav .tel-bl a {
  padding: 0;
  font-weight: 500;
  font-size: 1.45rem;
}

.nav__btns {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.close-nav {
  display: block;
}

.main__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 55%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main__cont {
  padding-top: 9rem;
  padding-bottom: 14rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 1;
  position: relative;
}

.main__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.main__bg img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.main__left .title {
  margin-top: 1rem;
}

.main__right {
  -webkit-box-shadow: 0 10px 73px #282728;
  box-shadow: 0 10px 73px #282728;
  border-radius: 1.5rem;
  padding: 2rem 1.5rem;
  background-color: #f7f7f7;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 25%;
  margin-right: -0.1rem;
  padding-top: 1.5rem;
}

.main__right .btn {
  width: 90%;
}

.main__left {
  width: 55%;
  padding-left: 3rem;
}

.main__list {
  width: 19rem;
  margin-bottom: -0.8rem;
}

.ham .top {
  stroke-dasharray: 40 82;
}

.ham .middle {
  stroke-dasharray: 40 111;
}

.ham .bottom {
  stroke-dasharray: 30 161;
}

.line {
  fill: none;
  -webkit-transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #fff;
  stroke-width: 1;
  stroke-linecap: round;
}

.burger-text {
  letter-spacing: .1rem;
}

.hamRotate.active {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ham.active .top {
  stroke-dasharray: 17 82;
  stroke-dashoffset: -62px;
}

.ham.active .middle {
  stroke-dashoffset: 23px;
}

.ham.active .bottom {
  stroke-dashoffset: -83px;
  stroke-dasharray: 40 161;
}

.main-bot {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(23, 23, 23, 0.8);
  z-index: 0;
}

.main-bot__item {
  width: 25%;
}

.main-bot__text {
  letter-spacing: .05rem;
}

.main-bot__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2.1rem 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main-bot__ok {
  width: 1.3rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1.5rem;
}

.main-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-nav__item {
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: 1.5rem 1rem;
  background-color: #242424;
  border-radius: 2rem;
  width: 32%;
  letter-spacing: 0.08rem;
  margin-bottom: 1rem;
  cursor: pointer;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#181818), to(#2d2d2d));
  background: linear-gradient(180deg, #181818, #2d2d2d);
}

.main-nav__item:hover {
  color: #01c433;
  background: -webkit-gradient(linear, left top, left bottom, from(#252525), to(#252525));
  background: linear-gradient(180deg, #252525, #252525);
  -webkit-box-shadow: 4px 4px 22px 6px #282828;
  box-shadow: 4px 4px 22px 6px #282828;
}

.main-nav__item.current-menu-item {
  color: #01c433;
  background: -webkit-gradient(linear, left top, left bottom, from(#252525), to(#252525));
  background: linear-gradient(180deg, #252525, #252525);
  -webkit-box-shadow: 4px 4px 22px 6px #282828;
  box-shadow: 4px 4px 22px 6px #282828;
}

.main-nav__item:not(:disabled) .btn-blick {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 3.1rem;
  overflow: hidden;
}

.main-nav__item:not(:disabled) .btn-blick:after {
  margin-left: -30px;
  content: " ";
  width: 30px;
  height: 300px;
  background: #fff;
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
  position: absolute;
  left: -40px;
  top: -150px;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-animation-name: slideme;
  animation-name: slideme;
  -webkit-animation-duration: 3.5s;
  animation-duration: 3.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.red-alert-js .kr-text__cir {
  background: tomato;
}

.red-alert-js .t14 {
  color: tomato;
  font-weight: 500;
}

.test {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #f0f0f0;
}

.test-wrap {
  -webkit-box-shadow: 35px 20px 25px #bdbdbd;
  box-shadow: 35px 20px 25px #bdbdbd;
  border-radius: 2.5rem;
  background-color: #f8f8f8;
  border-left: .35rem solid #fff;
  border-top: .35rem solid #fff;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.test__quests {
  width: 100%;
}

.test__fl-num {
  color: rgba(223, 224, 219, 0.5);
  font-size: 8rem;
  position: absolute;
  right: 0rem;
  line-height: .7;
  white-space: nowrap;
  bottom: 0rem;
}

.test-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3rem 5rem;
  padding-bottom: 2rem;
}

.test-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
}

.progress__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.progress__item {
  text-align: center;
  padding: 1.2rem 2.5rem;
  border-radius: 2rem;
  color: #a9a9a9;
  margin-right: 2rem;
  background: transparent;
  -webkit-box-shadow: inset 0 3px 10px rgba(20, 22, 18, 0.15);
  box-shadow: inset 0 3px 10px rgba(20, 22, 18, 0.15);
}

.progress__item.active {
  background-color: #f2f4fa;
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f6fd), to(#f3f5fc));
  background: linear-gradient(180deg, #f3f6fd, #f3f5fc);
  -webkit-box-shadow: 4px 15px 22px 6px #ccd5e7;
  box-shadow: 4px 15px 22px 6px #ccd5e7;
  color: #282828;
  font-weight: 900;
}

.progress__item:last-child {
  margin-right: 0;
}

.t-plus {
  -ms-flex-item-align: center;
  align-self: center;
  width: 1.7rem;
  margin: 0 2rem;
}

.quiz__next-wrap {
  position: relative;
  width: 8rem;
}

.quiz__prev {
  border: none;
  background-color: transparent;
  padding: 0;
  margin-right: 2rem;
  color: #aeaeae;
  padding: 1.2rem 2rem;
  border-radius: 3.1rem;
  background: transparent;
  -webkit-box-shadow: inset 0 3px 10px rgba(20, 22, 18, 0.15);
  box-shadow: inset 0 3px 10px rgba(20, 22, 18, 0.15);
}

.quiz__next {
  padding: 1.2rem 2rem;
}

.ldsh {
  color: #3ab7c2;
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border: none !important;
}

.ldsh:before {
  content: '';
  position: absolute;
  top: 100%;
  width: 100%;
  border-bottom: 1px dashed #3ab7c2;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.ldsh:hover:before {
  width: 50%;
}

.test-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.test-item__green {
  position: absolute;
  width: 15rem;
  bottom: 0;
  right: -3rem;
  -webkit-transform: translate(0%, 20%);
  transform: translate(0%, 20%);
}

.test-item__green_2 {
  right: -3rem;
  -webkit-transform: translate(-20%, 50%);
  transform: translate(-20%, 50%);
}

.test-item__tool {
  right: 1rem;
}

.test-item__header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.test-item.t2 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.test-item .tsm12 {
  width: 13rem;
}

.test-item__qw2 {
  width: 50%;
}

.tiem {
  position: relative;
  width: 47%;
  margin: 0 1.4%;
  margin-bottom: 1.4rem;
  cursor: pointer;
  display: inline-block;
  z-index: 2;
}

.tiem:hover {
  z-index: 12;
}

.tiem.t1 {
  width: 20%;
  margin: 0 2.5%;
}

.tiem.t2 {
  width: 19%;
  margin-left: 5%;
  margin-right: 5%;
}

.tiem.t3 {
  width: 22%;
}

.tiem.t4 {
  width: 47%;
}

.tiem.t9 {
  width: 100%;
  padding: 1rem;
  padding-left: 0;
  background-color: #fff;
}

.tiem-img {
  height: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem;
  border: 1px solid #dddddd;
  position: relative;
  border-radius: .8rem;
}

.tiem-img.v2 {
  height: 19rem;
}

.mini-header {
  margin-bottom: 0.4rem;
}

.tiem-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-left: .6%;
  margin-right: .6%;
}

.tiem-row.v2 {
  width: 47%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tiem-row.v2 .checkbox-block-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tiem-row.v2 .checkbox-psevdo-box {
  margin-top: 0;
}

.tiem-row .tiem-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: auto;
  width: 9rem;
  height: 9rem;
}

.tiem-row .checkbox-psevdo {
  margin-left: 1rem;
  margin-right: 1rem;
}

.tiem-row .checkbox-block .t14 {
  opacity: 1;
  color: #282828;
}

.tqw6-block {
  width: 100%;
  margin-right: 40%;
}

.tool {
  position: absolute;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  right: 0;
  bottom: 1.1rem;
  padding: 0.8rem;
  z-index: 12;
  -webkit-box-shadow: 0 3px 18px rgba(137, 137, 152, 0.21);
  box-shadow: 0 3px 18px rgba(137, 137, 152, 0.21);
  border-radius: 7px;
  border: 1px dashed #bababa;
  background-color: #fcfcfc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.img-qw6 {
  position: absolute;
  left: -3rem;
  bottom: -7rem;
  width: 20rem;
}

.img-qw6:hover {
  z-index: 23;
}

.img-qw6.v6 {
  width: 30rem;
  bottom: -5rem;
  z-index: 0 !important;
}

.img-qw6.v6 .tool-sp {
  right: 22rem;
  top: 78%;
}

.checkbox-block-it {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tiem-before-mod {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 7px;
  border: 1px solid #e8e8e8;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.qw3-img {
  height: 18rem;
  background-size: 100% 100% !important;
}

.qw5-img {
  height: 18rem;
  background-size: 100% 100% !important;
}

.test-load {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.bitem {
  position: absolute;
  cursor: pointer;
  z-index: 19;
}

.bitem-item {
  width: 1.54rem;
  position: relative;
  z-index: 13;
}

.bitem-item img {
  -webkit-animation: pulse2 1.6s infinite;
  animation: pulse2 1.6s infinite;
  border-radius: 100%;
}

.bitem:hover .tool {
  -webkit-transform: translate(91%, 0) scale(1) !important;
  transform: translate(91%, 0) scale(1) !important;
  opacity: 1 !important;
}

.bitem-test {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  text-align: left;
  width: 1.54rem;
}

.bitem-test span {
  display: inline-block;
}

.bitem-test img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.bitem-test:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.line-load {
  width: 14rem;
  height: 6px;
  border-radius: 3px;
  background-color: #f4f3ef;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.line-load-it {
  position: absolute;
  left: 0;
  top: 0;
  width: 15%;
  height: 100%;
  border-radius: 3px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#dcbf8b), to(#f8e4b8));
  background-image: linear-gradient(to top, #dcbf8b 0%, #f8e4b8 100%);
}

.test-end {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
}

.test-end__phone {
  position: absolute;
  width: 20rem;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(0%, 25%);
  transform: translate(0%, 25%);
}

.test-end__header {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.img-soc-end {
  width: 1.1rem;
  height: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.img-soc-end img {
  max-width: none;
  width: 100%;
}

.ph-end {
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  width: 25rem;
  max-width: none;
  max-height: none;
}

.end-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
}

.end-soc .end-soc-i {
  width: 10rem;
  padding: .8rem .6rem;
  padding-left: 0;
}

.btn-end-form {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.btn-end-form img {
  position: absolute;
  right: -4rem;
  width: 8rem;
  top: -0.5rem;
  max-height: none;
  -webkit-animation: jampTrf 4.5s infinite linear;
  animation: jampTrf 4.5s infinite linear;
}

.slick-slide {
  outline: none;
}

.end-item-test {
  width: 28rem;
  bottom: -3.2rem;
  right: -3.1rem;
}

.end-item-test img {
  width: 100%;
}

.test__cont.end {
  background: url("../img/test/endbg.png") no-repeat center, #fff;
  background-size: cover;
}

.endrt {
  line-height: 1;
}

.test-mes {
  margin-top: 3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
  padding-top: 1rem;
}

.strd {
  position: absolute;
  right: -10rem;
  top: 7rem;
  width: 8rem;
}

.test-left-img {
  position: absolute;
  left: -4rem;
  top: 9rem;
  width: 12rem;
  -webkit-animation: transform-shiver 4000ms linear 0ms infinite normal both;
  animation: transform-shiver 4000ms linear 0ms infinite normal both;
}

.test-px {
  position: absolute;
  left: 3rem;
  top: 5rem;
  width: 15rem;
  z-index: 7;
  -webkit-animation: transform-shiver 4000ms linear 0ms infinite normal both;
  animation: transform-shiver 4000ms linear 0ms infinite normal both;
}

.checkbox-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-block-row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.checkbox-block-row .t14,
.checkbox-block-row .t15,
.checkbox-block-row .t16,
.checkbox-block-row .t18 {
  text-align: left;
}

.checkbox-block-row .checkbox-psevdo {
  margin-top: 1rem;
}

.checkbox-block-row.v2 {
  margin-top: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-block-row.v2 .checkbox-psevdo-box {
  margin-top: 0;
}

.checkbox-block-row.v2 .t12,
.checkbox-block-row.v2 .t15,
.checkbox-block-row.v2 .t16,
.checkbox-block-row.v2 .t18 {
  opacity: 1;
  font-weight: bold;
}

.checkbox-block-row.v3 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.checkbox-block-row.v3 .t14,
.checkbox-block-row.v3 .t15,
.checkbox-block-row.v3 .t16,
.checkbox-block-row.v3 .t18 {
  text-align: center;
}

.checkbox-block-row.v3 .t-descr {
  text-align: left;
  font-weight: 600;
}

.checkbox-block-nrow.v2 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.checkbox-block-nrow.v2 .t-descr {
  text-align: left;
  font-weight: 600;
  margin-top: 2rem;
}

.checkbox-block.t2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.checkbox-block.t2 .checkbox-psevdo {
  margin-top: 0 !important;
}

.checkbox-block.t3 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 2rem;
  width: 100%;
}

.checkbox-block.t3 .checkbox-psevdo {
  margin-top: 0 !important;
  margin-left: 1.3rem;
  margin-right: 1.4rem;
}

.checkbox-block .t14 {
  opacity: .8;
  margin-top: .5rem;
  font-weight: 300;
  line-height: 1.4;
}

.checkbox-inp {
  display: none;
}

.qw9-social {
  width: 1.58rem;
  margin-right: 0.5rem;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.checkbox-psevdo {
  border-radius: 100%;
  -webkit-box-shadow: 4px 4px 18px 4px #fcfcfc;
  box-shadow: 4px 4px 18px 4px #fcfcfc;
  border: 1px solid #e8e8e8;
  background-color: #f5f5f8;
  width: 1.8rem;
  height: 1.8rem;
  padding: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -1rem;
  margin-bottom: 0.1rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.checkbox-psevdo.t2 {
  margin-right: 0.5rem;
  border: 1px solid #e8e8e8;
}

.checkbox-psevdo.t3 {
  border-radius: 2px;
  margin-top: -1.5rem;
  background-color: #fff;
}

.checkbox-psevdo.t3 .checkbox-psevdo-active {
  border-radius: 2px;
  background-color: #dddddd;
}

.checkbox-psevdo.t9 {
  margin-right: 0.5rem;
  border: 1px solid #dddddd;
}

.checkbox-psevdo-active {
  width: 70%;
  height: 70%;
  border-radius: 100%;
  padding: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f0f0f0;
}

.checkbox-psevdo-active img {
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.checkbox-psevdo-box {
  border-radius: .3rem;
  width: 1.3rem;
  height: 1.3rem;
  border: none;
  -webkit-box-shadow: 0px 0px 15px 3px #c2c5c7;
  box-shadow: 0px 0px 15px 3px #c2c5c7;
}

.checkbox-psevdo-box .checkbox-psevdo-active {
  border-radius: .3rem;
}

.checkbox-inp:checked ~ .tiem-img {
  -webkit-box-shadow: 0 0 40px rgba(220, 191, 139, 0.1);
  box-shadow: 0 0 40px rgba(220, 191, 139, 0.1);
  border: 2px solid #01c433;
  opacity: 1;
}

.checkbox-inp:checked ~ .checkbox-block {
  opacity: 1;
}

.checkbox-inp:checked ~ .checkbox-block .t14 {
  font-weight: bold;
  opacity: 1;
}

.checkbox-inp:checked ~ .tiem-before-mod {
  -webkit-box-shadow: 1px -1px 30px rgba(1, 196, 51, 0.3);
  box-shadow: 1px -1px 30px rgba(1, 196, 51, 0.3);
  border: 2px solid #01c433;
}

.checkbox-inp:checked ~ span .qw9-social {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.checkbox-inp:checked ~ span .checkbox-psevdo {
  background-color: #fff;
}

.checkbox-inp:checked ~ span .checkbox-psevdo.checkbox-psevdo-box {
  padding: 0;
}

.checkbox-inp:checked ~ span .checkbox-psevdo.checkbox-psevdo-box .checkbox-psevdo-active {
  background-color: #f5f5f8;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  height: 100%;
  padding: 0.35rem;
}

.checkbox-inp:checked ~ span .checkbox-psevdo-active {
  background-color: #01c433;
  opacity: 1;
  width: 80%;
  height: 80%;
  -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.35);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.checkbox-inp:checked ~ span .checkbox-psevdo-active img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.checkbox-inp:checked ~ span .checkbox-psevdo.t3 .checkbox-psevdo-active {
  background-color: #01c433;
}

.checkbox-inp:checked ~ .soc-item .small-text {
  color: #36c14a;
}

.checkbox-inp:checked ~ .checkbox-block.t2 .small-text {
  color: #4389e6;
}

.test-load {
  height: 34rem;
}

.test-name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.test-name .main__name {
  bottom: 3rem;
  left: 4rem;
}

.test-name .name-2 {
  margin-right: auto;
  margin-left: -2rem;
}

.one__wom {
  position: absolute;
  right: -3.5rem;
  top: -7rem;
  width: 11rem;
  max-width: none;
  max-height: none;
}

.online {
  position: absolute;
  bottom: 0.5rem;
  right: 4rem;
  padding: 0.5rem;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0px 2px 10px 0px rgba(133, 138, 160, 0.2);
  box-shadow: 0px 2px 10px 0px rgba(133, 138, 160, 0.2);
}

.online .phones__block-work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.online .phones__block-cir {
  margin-top: 0.1rem;
}

.online-mod {
  right: 1.5rem;
  bottom: -1rem;
}

.one__ads {
  position: relative;
  padding-left: 3rem;
}

.ttgg {
  color: #93d26f;
  padding-top: 1rem;
  border-bottom: 1px solid #bababa;
}

.one__ads-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.one__ads-img {
  width: 3.5rem;
  margin-right: 1rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.one__ads-center {
  padding-left: 7rem;
}

.one__ads-center.two {
  margin-bottom: 13rem;
}

.one-img {
  position: absolute;
  left: -1.8rem;
  top: -1.4rem;
  width: 15.5rem;
  max-width: none;
  max-height: none;
}

.two-img {
  position: absolute;
  left: -2rem;
  top: 2.6rem;
  width: 22rem;
  max-width: none;
  max-height: none;
}

.slider-wrap {
  margin-left: auto;
  margin-right: auto;
  width: 87%;
  margin-right: .4%;
}

.test__range-wrap {
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.4rem;
}

.test__left-txt {
  margin-top: .7rem;
}

.irs {
  width: 100%;
}

.irs-max,
.irs-min {
  display: none;
}

.irs--flat .irs-line {
  border-radius: .5rem;
  background-color: #c7c7c7;
  top: 1.5rem;
  height: .5rem;
}

.irs--flat .irs-bar {
  border-radius: 6px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(133, 138, 160, 0.3);
  box-shadow: 0 0 10px rgba(133, 138, 160, 0.3);
  top: 1.5rem;
  height: .5rem;
}

.irs--flat .irs-handle {
  width: 1.5rem;
  height: 1.5rem;
  -webkit-box-shadow: 0 0 10px rgba(133, 138, 160, 0.6);
  box-shadow: 0 0 10px rgba(133, 138, 160, 0.6);
  background-color: #eeeef2;
  border-radius: 100%;
  cursor: pointer;
  top: .95rem;
}

.irs--flat .irs-handle:before {
  display: none;
}

.irs--flat .irs-handle i {
  display: none !important;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  padding: 0.5rem;
  border-radius: 5px;
  background-color: transparent;
  color: #1d1d1d;
  font-size: 1.5rem;
  font-weight: 400;
  min-width: 4rem;
  text-align: center;
  cursor: pointer;
  top: -1.8rem;
}

.irs--flat .irs-from::before,
.irs--flat .irs-to::before,
.irs--flat .irs-single::before {
  display: none;
}

.test-item__info {
  width: 100%;
}

.test-item__info-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.range-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-block__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.slider-block {
  width: 100%;
}

.qw3inp-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 11rem;
  margin-left: auto;
  margin-right: auto;
}

.qw3inp-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.qw3inp-wrap .text {
  white-space: nowrap;
}

.inp-t1 {
  padding: 1rem 1.5rem;
  border-radius: 138px;
  border: 1px solid #f2f2f2;
  background-color: #ffffff;
}

.ranges-inp {
  border: none;
  width: 6.6rem;
  padding: 0;
}

.bgts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.9rem;
  margin-bottom: -1rem;
}

.qw2w {
  min-height: 21rem;
}

.gw2-img {
  position: absolute;
  left: -3rem;
  bottom: -7.4rem;
  width: 22rem;
  max-width: none;
  max-height: none;
}

.test__bot {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 3rem;
  margin-top: 0;
}

.test__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.quiz__next {
  margin-right: 0;
  width: 100%;
}

.btn-lbs {
  position: absolute;
  width: 15rem;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 15;
  cursor: pointer;
}

.btn-lbs:before {
  content: "Выберие вариант ответа";
  position: absolute;
  top: -1.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: tomato;
  font-size: 1rem;
  white-space: nowrap;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}

.btn-lbs.act:before {
  opacity: 1;
}

.file-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 87%;
  -webkit-box-shadow: inset 0 0 7px rgba(212, 209, 199, 0.2);
  box-shadow: inset 0 0 7px rgba(212, 209, 199, 0.2);
  border-radius: 10px;
  border: 1px solid #dbdad8;
  background-color: #f4f3ef;
}

.file-text {
  padding: 1rem;
  padding-left: 1.6rem;
  color: #636674;
  font-style: italic;
}

.file-link {
  -webkit-box-shadow: 0 2px 0 rgba(188, 166, 127, 0.38);
  box-shadow: 0 2px 0 rgba(188, 166, 127, 0.38);
  border-radius: 10px;
  background-color: #f3e9d2;
  background-image: linear-gradient(-240deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
  padding: 1rem 2rem;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.file-link:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.input-hidden {
  display: none;
}

.test-btn__arrow {
  width: .9rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.metr {
  width: 2.3rem;
  height: 2.3rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.soc-item {
  padding-left: 1.5rem;
}

.test-item {
  min-height: 26rem;
}

.test-item_2 {
  padding-left: .5rem;
  padding-right: .5rem;
}

.test-item_3 {
  padding-left: .5rem;
  padding-right: .5rem;
}

.test-item_4 .test__qw-wrap {
  width: 90%;
  margin-right: -10%;
}

.test-item__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.test-item__block .tiem {
  width: 47%;
  padding: 0.8rem;
  margin-bottom: .5rem;
}

.checkbox-block.t3 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 1rem;
}

.checkbox-block.t3 .checkbox-psevdo {
  border-radius: 3px;
  background-color: #fff;
  padding: 0;
  width: 1.4rem;
  height: 1.4rem;
  border: 1px solid #dfdfdf;
}

.checkbox-block.t3 .checkbox-psevdo-active {
  background-color: transparent;
  width: 100%;
  height: 100%;
  border-radius: 3px;
}

.checkbox-block.tip {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: .5rem;
}

.checkbox-block.tip .checkbox-psevdo {
  margin-bottom: 0;
  margin-top: 0;
  width: 1.6rem;
  height: 1.6rem;
  padding: 0;
}

.checkbox-block.tip .checkbox-psevdo-active {
  background-color: #fff;
}

.checkbox-inp:checked ~ .checkbox-block.t3 .tsm13,
.checkbox-inp:checked ~ .checkbox-block.tip .tsm13 {
  font-weight: bold;
}

.checkbox-inp:checked ~ .checkbox-block.t3 .checkbox-psevdo,
.checkbox-inp:checked ~ .checkbox-block.tip .checkbox-psevdo {
  border-color: transparent;
}

.checkbox-inp:checked ~ .checkbox-block.t3 .checkbox-psevdo-active,
.checkbox-inp:checked ~ .checkbox-block.tip .checkbox-psevdo-active {
  width: 100%;
  height: 100%;
}

.tiem-dop {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1;
  width: 2.1rem;
  height: 2.1rem;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.tiem-dop:hover .tiem-dop__text {
  opacity: 1;
  pointer-events: auto;
}

.tiem-dop:hover .plus {
  background-color: #ef8124;
}

.tiem-dop:hover .plus:before,
.tiem-dop:hover .plus:after {
  background-color: #fff;
}

.tiem-dop__plus {
  border-radius: 100%;
  background-color: #ef8124;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 15;
  position: absolute;
}

.tiem-dop__plus .plus {
  width: 60%;
  height: 60%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.tiem-dop__text {
  padding: 1rem;
  padding-left: 1.2rem;
  background-color: #fff;
  -webkit-box-shadow: 0 7px 65px rgba(40, 40, 40, 0.15);
  box-shadow: 0 7px 65px rgba(40, 40, 40, 0.15);
  border-radius: 4px;
  width: 14rem;
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.tiem-dop__text.t2 {
  width: 10rem;
}

.test-item__left {
  width: 45%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.test-item__left .tiem {
  width: 100%;
}

.test-item__calendar {
  position: absolute;
  right: -7rem;
  width: 21rem;
  top: 7rem;
}

.test-item__block.v2 {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.test-item__block.v2 .tiem {
  margin-bottom: 1.4rem;
}

.test-item__block.ver3 {
  width: 90%;
}

.end-soc-i {
  background-color: transparent !important;
}

.end-soc {
  width: 78%;
  color: #747474;
}

.end-soc__svg {
  width: 1.8rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  pointer-events: none;
}

.end-soc__svg.tg {
  fill: #1DA7EB;
  width: 1.4rem;
}

.end-soc__svg.ws {
  fill: #00AC00;
}

.end-soc__svg.mail {
  width: 1.4rem;
  fill: #ee1a24;
}

.end-soc__svg.vb {
  fill: #8a7fc1;
}

.end-soc__text {
  line-height: 1.1;
  font-weight: 400 !important;
  margin-left: .5rem;
}

.end-soc .end-soc-i {
  width: 48%;
  margin-bottom: 0.5rem;
  margin-left: 0;
  margin-right: 0;
}

.end-soc .tiem-before-mod {
  border-radius: 2rem !important;
  border: 1px solid #cfcfcf !important;
}

.end-soc .checkbox-block {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  padding-left: 0;
}

.end-soc .checkbox-psevdo {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border: none !important;
  height: auto;
  width: auto;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0;
  background-color: transparent !important;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 !important;
}

.end-soc .checkbox-inp:checked ~ .checkbox-block .end-soc__svg {
  fill: #fff !important;
}

.end-soc .checkbox-inp:checked ~ .checkbox-block .end-soc__text {
  color: #fff;
}

.end-soc .checkbox-inp.ws:checked ~ .tiem-before-mod {
  background-color: #159d23;
}

.end-soc .checkbox-inp.tg:checked ~ .tiem-before-mod {
  background-color: #1DA7EB;
}

.end-soc .checkbox-inp.vb:checked ~ .tiem-before-mod {
  background-color: #8a7fc1;
}

.end-soc .checkbox-inp.mas:checked ~ .tiem-before-mod {
  background-color: #ee1a24;
}

.checkbox-inp:checked ~ .tiem-before-mod {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.t-end__img {
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  background-color: #f18b1e;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#282828), to(#4e4e4e));
  background-image: linear-gradient(to top, #282828 0%, #4e4e4e 100%);
  margin-bottom: 1rem;
  margin-left: 1rem;
  position: relative;
}

.t-end__block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.t-end__left {
  width: 40rem;
  position: absolute;
  top: 60%;
  -webkit-transform: translate(-20%, -50%);
  transform: translate(-20%, -50%);
  left: 0;
}

.t-end__right {
  margin-left: 50%;
  width: 50%;
}

.test-end__form {
  width: 78%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.test-end__form .btn {
  width: 70%;
}

.test-end__form .input {
  width: 48%;
}

.test-end {
  padding-left: 2rem;
  padding-right: 2rem;
}

.test-final {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  min-height: 28rem;
}

.test-final__block {
  width: 50%;
  margin-left: 50%;
}

.test-final__ok {
  width: 14rem;
  margin-left: auto;
  margin-right: auto;
}

.test-final ul {
  margin-left: 6rem;
}

.test-final li {
  padding-bottom: .7rem;
  position: relative;
}

.test-final li::before {
  content: '';
  position: absolute;
  background: url("../img/main/ok.svg") center no-repeat;
  background-size: 100%;
  width: 1rem;
  height: 1rem;
  left: -.5rem;
  top: 30%;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.test-final__man {
  position: absolute;
  left: 4rem;
  bottom: 0;
  width: 23.5rem;
}

.test-final__name {
  position: absolute;
  top: 24%;
  right: 0;
  -webkit-transform: translate(80%, 0);
  transform: translate(80%, 0);
}

.test-final__logo {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-57%, 0);
  transform: translate(-57%, 0);
  width: 43rem;
}

.test-item__title {
  width: 100%;
}

.rhide:checked ~ span .check-label {
  padding: 0;
}

.rhide:checked ~ span .check-label-act {
  background-color: #ffcb1b;
  padding: .2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 3px;
}

.test__qw-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.staps__clip {
  width: 1.2rem;
}

.staps__clip-bl {
  cursor: pointer;
}

.staps__clip-text {
  cursor: pointer;
}

.test-end__clip {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-top: .5rem;
  width: 100%;
}

.new-check {
  color: rgba(40, 39, 40, 0.5);
  text-align: center;
  border-radius: 2rem;
  color: #a9a9a9;
  background: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#dde0e4), to(#f7f7f8));
  background: linear-gradient(180deg, #dde0e4, #f7f7f8);
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.new-check__item {
  padding: 1rem 1.3rem;
}

.new-check__item.active {
  background-color: #f2f4fa;
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f6fd), to(#f3f5fc));
  background: linear-gradient(180deg, #f3f6fd, #f3f5fc);
  -webkit-box-shadow: 4px 15px 22px 6px #ccd5e7;
  box-shadow: 4px 15px 22px 6px #ccd5e7;
  color: #282828;
  border-radius: 2rem;
}

.section2 {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.serv {
  padding-top: 2rem;
}

.stab-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2rem;
}

.stab-top__tab-item {
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: center;
  padding: 1.5rem 2.8rem;
  border-radius: 2rem;
  color: #a9a9a9;
  background: transparent;
  -webkit-box-shadow: inset 0 3px 10px rgba(20, 22, 18, 0.15);
  box-shadow: inset 0 3px 10px rgba(20, 22, 18, 0.15);
}

.stab-top__tab-item.current-menu-item {
  background-color: #f2f4fa;
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f6fd), to(#f3f5fc));
  background: linear-gradient(180deg, #f3f6fd, #f3f5fc);
  -webkit-box-shadow: 4px 15px 22px 6px #ccd5e7;
  box-shadow: 4px 15px 22px 6px #ccd5e7;
  color: #282828;
  font-weight: 900;
}

.stab-top__tab-item:hover {
  background-color: #f2f4fa;
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f6fd), to(#f3f5fc));
  background: linear-gradient(180deg, #f3f6fd, #f3f5fc);
  -webkit-box-shadow: 4px 15px 22px 6px #ccd5e7;
  box-shadow: 4px 15px 22px 6px #ccd5e7;
  color: #282828;
  font-weight: 900;
}

.stab-cont__item {
  position: relative;
}

.stab-cont .slider-num {
  top: 2rem;
  left: 3rem;
}

.stab-slider {
  width: 100%;
  z-index: 1;
  position: relative;
}

.stab-slider__item {
  height: 25rem;
  margin-left: 0.4rem;
  margin-right: 0.4rem;
  border-radius: 1.2rem;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  position: relative;
}

.stab-slider__item:hover .stab-slider__layer {
  opacity: 1;
}

.stab-slider__item:hover .stab-slider__text {
  color: #ffc601;
}

.stab-slider__item:hover .stab-slider__line {
  background-color: #ffc601;
}

.stab-slider__layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.2rem;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#282828), color-stop(35%, rgba(40, 40, 40, 0.3)), to(rgba(40, 40, 40, 0)));
  background-image: linear-gradient(to top, #282828 0%, rgba(40, 40, 40, 0.3) 35%, rgba(40, 40, 40, 0) 100%);
  opacity: 1;
}

.stab-slider__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 1.5rem;
  left: 0rem;
  padding-left: 2rem;
  padding-right: 1.5rem;
  width: 100%;
}

.stab-slider__line {
  height: 2px;
  width: 100%;
  padding-right: 4rem;
  background-color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.stab-slider__text {
  -webkit-transition: all .3s;
  transition: all .3s;
  letter-spacing: .15rem;
  margin-right: 1rem;
}

.wrap-section.v1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#ffffff));
  background-image: linear-gradient(to bottom, #f0f0f0 0%, #ffffff 100%);
}

.today {
  padding-top: 2rem;
}

.today__cont {
  padding: 4rem;
  padding-left: 6rem;
}

.today__list {
  position: absolute;
  bottom: 0;
  right: -2.2rem;
  width: 40rem;
}

.today__list img {
  max-width: none;
  width: 100%;
}

.today .btn {
  width: 15rem;
}

.goods {
  padding-bottom: 6rem;
}

.goods__left {
  padding-left: 10rem;
}

.goods__bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.goods__ar-bl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 3rem;
}

.goods__ar {
  margin-bottom: 4rem;
}

.goods__btns .btn {
  width: 17rem;
}

.oth-btn {
  width: 3.6rem;
  height: 3.6rem;
  z-index: 18;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  border: none;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.05rem;
  border: 1px solid #c9c9c9;
  border-radius: 100%;
  background-color: #ffffff;
  cursor: pointer;
}

.oth-btn:hover {
  -webkit-box-shadow: 0 0 38px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 38px rgba(0, 0, 0, 0.2);
  border: 1px solid #fff;
}

.slider-num {
  position: absolute;
  top: 1rem;
  left: 1.5rem;
  z-index: 10;
}

.slider-num__slash {
  margin-left: .7rem;
  margin-right: .7rem;
}

.g-slider {
  width: 73%;
  position: relative;
  margin-right: -13%;
  z-index: 2;
}

.g-slider__item {
  margin-right: 4rem;
}

.g-slider__bg {
  height: 22rem;
  border-radius: 1.3rem;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}

.g-slider__bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(40, 40, 40, 0.5)), color-stop(54%, rgba(40, 40, 40, 0)), to(rgba(40, 40, 40, 0)));
  background-image: linear-gradient(to right, rgba(40, 40, 40, 0.5) 0%, rgba(40, 40, 40, 0) 54%, rgba(40, 40, 40, 0) 100%);
  z-index: 5;
  border-radius: 1.3rem;
  opacity: 1;
}

.g-slider__nav {
  position: absolute;
  right: -2rem;
  top: 3.7rem;
  background-color: #fff;
  padding: .8rem;
  z-index: 10;
}

.g-slider__nav-item {
  width: 3rem;
  height: 3rem;
  margin-bottom: .5rem;
  border-radius: .3rem;
}

.g-slider__nav-item:last-child {
  margin-bottom: 0;
}

.option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.option__img {
  width: 1.3rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.lines {
  pointer-events: none;
}

.info {
  padding: 5rem 0;
  padding-bottom: 10rem;
}

.info__right {
  width: 50%;
  margin-left: 50%;
  margin-top: 5rem;
}

.info__man {
  position: absolute;
  bottom: 0;
  left: 11rem;
  z-index: 5;
  width: 25.5rem;
  /*bottom: 111px;*/
}

.info__name {
  position: absolute;
  left: -1rem;
  bottom: 12rem;
  letter-spacing: .05rem;
  line-height: 1.6;
}

.info__name::before {
  content: '';
  height: 1px;
  background-color: #fff;
  width: 25rem;
  position: absolute;
  left: -1.5rem;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.info-top {
  background-color: rgba(40, 39, 40, 0.8);
  padding: 1.7rem 3.5rem;
  border-radius: 1.2rem;
  margin-bottom: 3.5rem;
}

.info-top__left {
  margin-right: 2rem;
  letter-spacing: .05rem;
}

.info-bot li {
  position: relative;
  padding-left: 1rem;
  width: 49.2%;
  margin-bottom: 1rem;
}

.info-bot li::before {
  content: '';
  position: absolute;
  background: url("../img/main/ok.svg") center no-repeat;
  background-size: 100%;
  width: 1rem;
  height: 1rem;
  left: .5rem;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.info-bot ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 0.1rem;
}

.info-nums {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 6;
  background-color: rgba(30, 30, 30, 0.8);
}

.info-nums__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.info-nums__item {
  width: 25%;
  position: relative;
  padding: 2rem 0;
  min-height: 7.2rem;
}

.info-nums__play {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  background-color: #fff;
  padding: .9rem;
  -webkit-animation: pulse3 2s infinite;
  animation: pulse3 2s infinite;
  margin-right: 2.5rem;
  margin-left: 1rem;
}

.info-nums__play img {
  margin-right: -0.2rem;
}

.info-nums__num {
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#242424), to(#89bc86));
  background-image: linear-gradient(to top, #242424 0%, #89bc86 100%);
}

.care {
  padding-bottom: 2rem;
}

.care__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 3rem;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.care__item {
  width: 32%;
  position: relative;
  margin-bottom: 2rem;
}

.care__img {
  width: 4rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.care__img img {
  max-width: none;
  width: 100%;
}

.work__item {
  position: relative;
  height: 25rem;
  width: 33.33%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.work__item:hover .work__sm-header {
  color: #ffc601;
}

.work__item:hover .stab-slider__text {
  color: #ffc601;
}

.work__item:hover .stab-slider__line {
  background-color: #ffc601;
}

.work__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.work .stab-slider__layer {
  border-radius: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#282828), color-stop(15%, rgba(40, 40, 40, 0.75)), to(rgba(40, 40, 40, 0)));
  background-image: linear-gradient(to top, #282828 0%, rgba(40, 40, 40, 0.75) 15%, rgba(40, 40, 40, 0) 100%);
}

.work .text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.work .stab-slider__bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.work__sm-header {
  letter-spacing: .25rem;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.today__sm-txt {
  letter-spacing: .05rem;
}

.today.v2 {
  padding-top: 7rem;
}

.today.v2 .today__cont {
  padding-top: 2.5rem;
  padding-bottom: 3rem;
}

.today.v2 .today__list {
  width: 50rem;
  right: -2rem;
}

.today.v2 .today__list img {
  max-width: none;
  width: 100%;
}

.timeline__bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90%;
}

.timeline__bot .btn {
  width: 18rem;
}

.timeline__right {
  width: 72%;
  margin-left: 28%;
}

.timeline__info {
  width: 60%;
}

.timeline__man {
  position: absolute;
  bottom: -.2rem;
  left: 4rem;
  z-index: 1;
  width: 20rem;
}

.timeline__bl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 3.5rem;
  width: 90%;
}

.timeline__item {
  width: 49%;
}

.timeline__img {
  width: 4rem;
  height: 4rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 1rem;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.timeline__item {
  margin-bottom: 3rem;
}

.timeline__sm {
  position: absolute;
  right: -1.5rem;
  top: 50%;
  width: 5rem;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.know-slider {
  width: 19rem;
  margin: 0;
  z-index: 10;
  position: relative;
  left: 0;
  top: -.2rem;
}

.know-slider__wrap {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  left: 0;
}

.know-slider__item {
  position: relative;
  z-index: 20;
  height: 36rem;
  border-radius: 1rem;
  margin: 0 1rem;
}

.know-slider__img {
  position: absolute;
  z-index: 33;
  top: -1rem;
  left: 0;
  width: 19rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.phone-arrow {
  outline: none;
  width: 4rem;
  height: 4rem;
  padding: 1.4rem;
  border-radius: 100%;
  border: 1px solid #c9c9c9;
  background-color: #ffffff;
  position: absolute;
  z-index: 20;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.phone-arrow:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 0 38px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 38px rgba(0, 0, 0, 0.2);
  border: 1px solid transparent;
}

.phone-arrow.next {
  right: -1rem;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}

.phone-arrow.prev {
  left: -1rem;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.know-phone {
  width: 100%;
}

.timeline__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.timeline__sl {
  margin-top: 2rem;
  position: relative;
  right: -3rem;
}

.know-slider__img {
  pointer-events: none;
}

.phone-arrow {
  pointer-events: auto;
}

.tech__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tech__block {
  margin-top: 3rem;
}

.tech__left {
  width: 20%;
  margin-left: 10rem;
}

.tech__left .btn {
  width: 100%;
  margin-bottom: 1rem;
}

.tech__right {
  width: 69%;
  margin-right: -2%;
}

.tech__bot {
  margin-top: 1rem;
}

.tech__bot .slider-num {
  position: relative;
  color: #282828;
}

.tech-bl__item {
  margin-bottom: 1.5rem;
}

.tech-bl__ok {
  width: 1.2rem;
  margin-right: 1.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.t-slider {
  width: 100%;
  position: relative;
}

.t-slider__item {
  height: 25rem;
  border-radius: 1.3rem;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.t-slider__item:hover .work__sm-header {
  color: #ffc601;
}

.t-slider__item:hover .stab-slider__text {
  color: #ffc601;
}

.t-slider__item:hover .stab-slider__line {
  background-color: #ffc601;
}

.t-slider .stab-slider__layer {
  border-radius: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#282828), color-stop(15%, rgba(40, 40, 40, 0.75)), to(rgba(40, 40, 40, 0)));
  background-image: linear-gradient(to top, #282828 0%, rgba(40, 40, 40, 0.75) 15%, rgba(40, 40, 40, 0) 100%);
  border-radius: 1.3rem;
}

.t-slider .text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.t-slider .stab-slider__bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.t-slider__sm-header {
  letter-spacing: .25rem;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.time__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 4rem;
}

.time__left {
  width: 35%;
  position: relative;
  z-index: 5;
}

.time__left::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 104%;
  height: 85%;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 1rem;
  z-index: 0;
}

.time__right {
  width: 60%;
  margin-top: -1rem;
}

.time__bg {
  padding: 2rem;
  border-radius: 1rem;
  background-color: #fff;
  position: relative;
}

.time__sm-header {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  letter-spacing: 0.07rem;
}

.time__sm-header::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -3rem;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  background-color: #fff;
  width: 20rem;
  height: 1px;
}

.time__sm-header::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -3rem;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  background-color: #fff;
  width: 20rem;
  height: 1px;
}

.time__sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 2rem;
}

.time__sp-item {
  width: 49%;
  margin-bottom: .7rem;
}

.time__sp-ok {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1rem;
}

.soc__img {
  width: 1.3rem;
  height: 1.3rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.soc__img svg {
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.soc__img.ws {
  width: 1.8rem;
  height: 1.8rem;
}

.soc__img.ws svg {
  fill: #14b314;
}

.soc__img.tg svg {
  fill: #009ce8;
}

.soc__text {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.soc__item {
  border-radius: 2rem;
  border: 1px solid #cdcdcd;
  padding: .4rem 1rem;
  width: 9rem;
  height: 3.5rem;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.soc__item:nth-child(1):hover {
  background-color: #14b314;
}

.soc__item:nth-child(2):hover {
  background-color: #009ce8;
}

.soc__item:hover .soc__text {
  color: #fff;
}

.soc__item:hover .soc__img.ws svg {
  fill: #fff;
}

.soc__item:hover .soc__img.tg svg {
  fill: #fff;
}

.contacts {
  padding-top: 4rem;
}

.contacts__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 71%;
  margin-left: auto;
  margin-right: auto;
}

.contacts__left {
  width: 45%;
}

.contacts__line {
  height: 1px;
  width: 15rem;
  margin-top: 1.5rem;
  background-color: #aaaaaa;
  margin-bottom: 1.5rem;
}

.contacts .soc__item {
  padding: .4rem 1rem;
  width: 7.2rem;
  height: 2.8rem;
}

.contacts .soc__item:first-child {
  margin-right: 0.6rem;
}

.contacts .soc__img {
  width: 1.1rem;
  height: 1.1rem;
}

.contacts .soc__img.ws {
  width: 1.6rem;
  height: 1.6rem;
}

.contacts .soc__img.ws svg {
  margin-right: -0.5rem;
}

.contacts__right {
  width: 48%;
}

.c-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 65%;
  position: relative;
  z-index: 1;
}

.c-imgs__item {
  width: 30.5%;
  height: 7rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 1rem;
  border-radius: .6rem;
}

.contacts .c-soc {
  margin-top: 1rem;
}

.c-soc__item {
  width: 3.3rem;
  height: 3.3rem;
  border-radius: 100%;
  padding: .85rem;
  margin-right: 0.7rem;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #d8d6d6;
  background-color: #fefefe;
  z-index: 10;
  position: relative;
}

.c-soc__item:hover {
  -webkit-box-shadow: 0 0 38px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 38px rgba(0, 0, 0, 0.2);
}

.c-soc__item:last-child {
  margin-right: 0;
}

.footer {
  background-color: #1e1e1e;
  padding: 1.1rem 0;
  position: relative;
  z-index: 10;
}

.footer .logo__sub {
  line-height: 1.8;
  margin-left: 2.5rem;
}

.footer__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .dotted_l:hover::before {
  border-color: #ffc601;
}

.footer .a-white::before {
  border-color: #fff;
}

.footer .footer__item:last-child {
  line-height: 1.8;
}

.footer .footer__item:last-child .a-white::before {
  top: 85%;
}

.footer .f-letsp {
  letter-spacing: 0.05rem;
}

.eapps-instagram-feed-posts-grid-load-more-container.eapps-instagram-feed-posts-grid-load-more-enabled {
  display: none !important;
}

.eapps-link {
  display: none !important;
}

.overlay {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  overflow-x: hidden;
}

.modal-wrap {
  position: absolute;
  top: 10vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: 8rem;
}

.modal_pol {
  padding: 3rem 2rem;
}

.modal-wrap_pol {
  border-radius: 1.5rem;
}

.modal-min {
  width: 13.5rem;
}

.modal-smin {
  width: 27rem;
}

.modal-norm {
  width: 38rem;
}

.modal-big {
  width: 60.2rem;
}

.modal-sm {
  width: 34rem;
}

.modal-test {
  width: 69.271rem;
}

.modal__block {
  padding: 3rem 2rem;
  background-color: #fff;
  border-radius: 1.5rem;
  padding-top: 3rem;
}

.modal__inp-bl {
  width: 16rem;
}

.modal__inp-bl .input {
  border: 1px solid #d5d5d5;
  background-color: #fff;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  margin-bottom: .8rem;
  font-weight: 500;
}

.modal-thank {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.modal-thank__ok {
  width: 4.7rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-thank__ok img {
  max-width: none;
  width: 100%;
}

.modal-call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal-call__left {
  position: absolute;
  left: 0;
  top: 0;
  width: 52rem;
  -webkit-transform: translate(-20%, -10%);
  transform: translate(-20%, -10%);
}

.modal-call__left img {
  max-width: none;
  width: 100%;
}

.modal-call__right {
  width: 50%;
  margin-left: 50%;
}

.thank-soc .soc__item {
  width: 4rem;
  height: 4rem;
  border: 1px solid #eaeaea;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  margin-right: .9rem;
}

.thank-soc .soc__item:hover {
  -webkit-box-shadow: 0 0 54px rgba(53, 53, 53, 0.5);
  box-shadow: 0 0 54px rgba(53, 53, 53, 0.5);
}

.modal-thank__text {
  margin-bottom: 3.4rem;
}

.modal-tap__wrap {
  position: fixed;
  top: auto;
  bottom: 2rem;
  margin-bottom: 0;
  z-index: 99;
  -webkit-box-shadow: 0 0 81px rgba(53, 53, 53, 0.3);
  box-shadow: 0 0 81px rgba(53, 53, 53, 0.3);
  left: 2rem;
  border-radius: 1.3rem;
  -webkit-transform: none;
  transform: none;
}

.modal-tap__wrap .close {
  -webkit-transform: translate(-100%, 100%);
  transform: translate(-100%, 100%);
  width: 1.2rem;
  height: 1.2rem;
}

.modal-tap__wrap .close:before,
.modal-tap__wrap .close::after {
  background-color: #fff;
}

.modal__tab-click {
  position: absolute;
  right: 0;
  top: -8rem;
}

.modal__tab-click::before {
  content: '';
  position: absolute;
  bottom: .9rem;
  left: -.5rem;
  background: url("../img/modal/line.png") no-repeat center;
  background-size: 100%;
  width: 4.5rem;
  height: 6.5rem;
  -webkit-transform: translate(-100%, 100%);
  transform: translate(-100%, 100%);
}

.modal-tap {
  height: 20rem;
}

.file-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-shadow: 0 0 131px rgba(40, 40, 40, 0.1);
  box-shadow: 0 0 131px rgba(40, 40, 40, 0.1);
  border-radius: 10px;
  background-color: #ffffff;
}

.file-text {
  padding: 1rem;
}

.file-link {
  -webkit-box-shadow: 0 0 131px rgba(40, 40, 40, 0.1);
  box-shadow: 0 0 131px rgba(40, 40, 40, 0.1);
  border-radius: 0 10px 10px 0;
  background-color: #bdbdbd;
  color: #ffffff;
  padding: 1.2rem 1.7rem;
  cursor: pointer;
}

.m-one {
  border-radius: 10px;
  background-color: #faeb42;
  padding: 0.9rem;
}

.input-hidden {
  display: none;
}

.ml-test {
  position: fixed;
  left: 2rem;
  bottom: 2rem;
  width: 28rem;
  padding: 2rem;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 15px;
  background-color: #f0f1f1;
  z-index: 133;
}

.ml-test-img {
  width: 53%;
}

.ml-test-text {
  width: 45%;
}

.close {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.7rem;
  height: 1.7rem;
  -webkit-transform: translate(-100%, 100%);
  transform: translate(-100%, 100%);
  cursor: pointer;
  z-index: 99;
}

.close-modals {
  top: 1rem;
}

.close:before,
.close:after {
  position: absolute;
  left: 50%;
  content: ' ';
  height: 100%;
  width: 2px;
  background-color: #c7cbcf;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 3px;
}

.close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.close:hover:before,
.close:hover:after {
  background-color: #282828;
}

.mbc-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.modal-mbc {
  background-color: #fff;
  padding: 3rem 5.5rem;
}

.modal-mbc__form {
  width: 64%;
}

.modal-mbc__right {
  width: 31%;
}

.modal-mbc__right .phones {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal-mbc__right .phones__item {
  color: #2b2b33;
}

.modal-mbc__right .block-c__img {
  width: 1rem;
  height: 1rem;
}

.modal-mbc__right .block-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal-mbc__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}

.cg {
  color: #999ca9;
}

.kvm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.kvm img {
  margin-right: 0.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1rem;
}

.th-text {
  line-height: 1.8;
}

.th-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 13rem;
  margin-left: 43%;
}

.back-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.back-close img {
  width: 0.9rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.mts-img {
  left: 0;
  bottom: -3rem;
  width: 9rem;
  overflow: hidden;
  position: absolute;
}

.mts-img img {
  margin-bottom: -5rem;
  width: 100%;
}

.mn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mn-left {
  width: 21rem;
  padding-right: 3rem;
  margin-right: -3rem;
  margin-top: 2rem;
}

.mn-left img {
  margin-top: -7rem;
  -webkit-transform: scale(1.1) translateX(7%);
  transform: scale(1.1) translateX(7%);
}

.mn-right {
  width: 30rem;
}

.mn__form-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mn__form-block .inp-md {
  margin-right: 1%;
  margin-left: 1%;
}

.mn-name {
  position: absolute;
  bottom: -1.5rem;
  left: -0.3rem;
}

.mn-name .hp {
  font-variant: small-caps;
}

.close-b {
  right: 1rem;
  top: -0.5rem;
}

.strd-s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 !important;
  padding-right: 0 !important;
}

.strd-s-item {
  width: 35%;
  position: relative;
}

.strd-s-item select {
  padding-left: .7rem;
  padding-right: .7rem;
}

.strd-s-item.v1 {
  width: 63%;
}

.strd-s-item.v1:before {
  content: '';
  position: absolute;
  right: 0.7rem;
  top: 50%;
  height: 2rem;
  width: 1px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #dbdad8;
}

.end-soc-mod {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 90%;
}

.end-soc-mod .tiem {
  padding: 0.6rem;
}

.end-soc-mod .checkbox-block.t3 .checkbox-psevdo {
  margin-left: -1.4rem;
  margin-right: 0.6rem;
}

.bg-block {
  width: 55%;
  margin-left: 45%;
}

.soc-bef {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #00af47;
  opacity: 0;
  z-index: -1;
}

.hrd-soc {
  display: none;
}

.hrd-soc:checked ~ .soc-bef {
  opacity: 1;
}

.hrd-soc:checked ~ .tsm13 {
  color: #fff;
}

.maq {
  position: relative;
  cursor: pointer;
  z-index: 3;
}

.me-img {
  position: absolute;
  bottom: 2rem;
  right: 0;
  width: 10rem;
}

.overlay .mbrn {
  left: 50%;
  bottom: -1rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 14rem;
  color: #fff;
}

.mdescr {
  position: relative;
  padding-left: 1.2rem;
}

.mdescr:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #3fb450;
}

.btn-w1 {
  width: 13rem;
}

.mw1-img {
  position: absolute;
  width: 27rem;
  right: 0;
  bottom: 0;
  max-width: auto;
  max-height: auto;
}

.w2-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.w2-block__left {
  width: 46%;
}

.w2-block__right {
  width: 46%;
}

.w2-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.3rem 0;
}

.w2-list li img {
  width: 1.5rem;
  height: 1.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.thank-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.thank-block-right {
  width: 60%;
}

.thank-block-right-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.thank-block-right-row .vid-slider__item {
  width: 47%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}

.thank-block-right-row .vid-slider__item.v2 {
  width: 100%;
}

.thank-block-left {
  width: 35%;
}

.thank-block-left .vid-slider__item {
  position: relative;
}

.vid-slider__img2 {
  height: 9rem;
}

.vid-slider__img2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.right-menu {
  position: fixed;
  right: 2rem;
  top: 40%;
  border-radius: 33px;
  -webkit-box-shadow: inset 0 3px 10px rgba(20, 22, 18, 0.15);
  box-shadow: inset 0 3px 10px rgba(20, 22, 18, 0.15);
  background-color: #f0f0f0;
  z-index: 333;
}

.right-menu__item {
  width: 3rem;
  height: 3rem;
  padding: .8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
  z-index: 3;
}

.right-menu__item:last-child {
  border: none;
}

.right-menu__item-hover {
  position: absolute;
  padding: 0.6rem;
  padding-right: 4rem;
  padding-left: 2rem;
  white-space: nowrap;
  right: 0;
  top: 0;
  height: 100%;
  z-index: -1;
  border-radius: 33px 0 0 33px;
  -webkit-box-shadow: inset 0 3px 10px rgba(20, 22, 18, 0.15);
  box-shadow: inset 0 3px 10px rgba(20, 22, 18, 0.15);
  background-color: #f0f0f0;
  color: #2c2c2c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  -webkit-transform: translateX(10%) scale(0);
  transform: translateX(10%) scale(0);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  pointer-events: none;
}

.right-menu__item:hover .right-menu__item-hover {
  -webkit-transform: translateX(0) scale(1);
  transform: translateX(0) scale(1);
  opacity: 1;
}

.to_top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0099e4), to(#0099e4));
  background-image: linear-gradient(to top, #0099e4 0%, #0099e4 100%);
}

.fsc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mdis {
  position: relative;
  left: auto;
  top: auto;
  bottom: auto;
  right: auto;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  margin-top: -1rem;
  z-index: 5;
}

.mod-z {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 10rem;
}

.right-m {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 333;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 14.5rem;
  -webkit-transform: translatex(45%);
  transform: translatex(45%);
}

.right-m.active {
  -webkit-transform: translatex(0);
  transform: translatex(0);
}

.right-m-block {
  position: relative;
  border-radius: 10px;
  background-color: #ffffff;
  display: none;
}

.right-m-block-row {
  padding: 2rem 1rem 1rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.right-m-block-row2 {
  padding: 1rem 1rem 1rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.close-b {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  width: 1rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}

.close-b:hover {
  opacity: 0.5;
}

.wom-m {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 33;
  cursor: pointer;
}

.m-img {
  width: 10rem;
}

.insta-btn {
  margin-top: -1rem;
}

.thank-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.thank {
  padding-bottom: 0;
}

.test-mod {
  padding: 3rem 0;
}

.prev-modal .close {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.prev-modal__cont {
  width: 100%;
  height: 100vh;
  -webkit-transition: all .9s;
  transition: all .9s;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.prev-modal__scroll {
  width: 70%;
  background-color: tomato;
  overflow: auto;
  height: 100vh;
  position: relative;
}

.prev-modal__right {
  width: 30%;
}

.right-content {
  background: #fff;
  height: 100vh;
  padding: 3rem 3rem 3rem 3.5rem;
  overflow: hidden;
  overflow-y: auto;
}

.right-content li {
  padding-left: 1.5rem;
  position: relative;
}

.right-content li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 1rem;
  height: .5rem;
  background: url("../img/right.svg") no-repeat center;
  background-size: 100%;
}

.right-content__btn {
  margin-top: 0;
  padding: 2rem 2rem !important;
  padding-right: 3.5rem !important;
}

.right-content__soc {
  margin-top: 3rem;
}

.right-content__soc .soc__item {
  width: 2.8rem;
  height: 2.8rem;
  padding: .8rem;
}

.seob {
  position: relative;
  padding: 4rem 0;
  padding-bottom: 2rem;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.seob .ware__item__img {
  width: 4rem;
  height: 4rem;
}

.seob__btn {
  margin-top: 1rem;
  width: 1.2rem;
  color: #a0b945;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}

.seob__text {
  text-align: center;
  color: #747474;
  position: relative;
  height: 5rem;
  overflow: hidden;
}

.seob__text-wrap {
  padding-bottom: 2rem;
}

.seob__text.act {
  height: 5rem !important;
}

.seob__text:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
  background-image: linear-gradient(to bottom, transparent 0%, #fff 100%);
}

.progress {
  margin-bottom: 4rem;
}

.to_top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffc601), to(#ffc601));
  background-image: linear-gradient(to top, #ffc601 0%, #ffc601 100%);
}

@media (max-width: 900px) {
  html {
    font-size: 12px !important;
  }

  .container {
    max-width: 90vw;
  }

  .container-big {
    max-width: 90vw;
  }

  .container-min {
    max-width: 90vw;
  }

  .container-md {
    max-width: 90vw;
  }

  .container-big2 {
    max-width: 90vw;
    margin: 0 auto;
  }

  .container-md2 {
    max-width: 90vw;
    margin: 0 auto;
  }

  .logo__sub {
    font-size: 8px;
  }

  .main__cont {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .main__left {
    padding-left: 0;
    margin-bottom: 2rem;
    width: 100%;
    text-align: center;
  }

  .main__left .title br {
    display: none;
  }

  .main__right {
    width: 22rem;
    margin-left: auto;
    margin-right: auto;
  }

  .header__wrap-bl {
    width: auto;
  }

  .header__wrap-bl .tel-bl {
    margin-right: 2rem;
  }

  .main__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-nav {
    width: 50rem;
    margin-left: auto;
    margin-right: auto;
  }

  .main-nav__item {
    font-size: 1rem;
  }

  .main-bot br {
    display: none;
  }

  .nav__wrap {
    width: 100%;
    height: 100%;
  }

  .nav {
    padding-right: 0;
    padding-top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-top: 2rem;
  }

  .nav a {
    font-size: 1.4rem;
  }

  .nav .t18 {
    font-size: 1.2rem;
  }

  .nav .burger-text {
    display: block !important;
    font-size: 1.8rem;
  }

  .nav .t13 {
    font-size: 1rem;
  }

  .nav .t20 {
    font-size: 1.9rem !important;
  }

  .nav .t16 {
    font-size: 1.1rem;
  }

  .nav .t15 {
    font-size: 1.1rem !important;
  }

  .nav .soc__item {
    width: 11rem;
    height: 4rem;
  }

  .nav .soc__text {
    font-size: 1rem;
  }

  .nav .soc__img {
    width: 1.6rem;
    height: 1.6rem;
  }

  .nav .soc__img.ws {
    width: 2.1rem;
    height: 2.1rem;
  }

  .nav .c-soc__item {
    padding: .9rem;
    width: 4.2rem;
    height: 4.2rem;
  }

  .nav .burger__wrap {
    margin-right: -2rem;
  }

  .progress__text {
    font-size: 1.5rem;
    margin-bottom: 1.7rem;
    text-align: center;
  }

  .progress__text .t20 {
    font-size: 1.7rem;
  }

  .progress {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .progress__item {
    font-size: 1.1rem;
  }

  .test-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .tiem-img {
    height: 12rem;
  }

  .checkbox-block .t14 {
    font-weight: 400;
    font-size: .9rem;
  }

  .checkbox-block .t14 br {
    display: none;
  }

  .tiem-row {
    width: 47%;
  }

  .test__qw-wrap.vvv {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .test .t32.fw4 {
    font-size: 2rem;
  }

  .test .tac.t18.fw3.stl.gray {
    font-size: 1.4rem;
  }

  .container-md3 {
    max-width: 90vw;
  }

  .progress__text {
    margin-right: 0;
    margin-top: -2.5rem;
  }

  .test .t16 {
    font-size: 1.3rem;
  }

  .test .t13 {
    font-size: 1rem;
  }

  .quiz__next-wrap {
    width: 10rem;
  }

  .test-item_3 .t28 {
    font-size: 2rem;
  }

  .test-item_3 .test__qw-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .test-item_3 .t12 {
    font-size: 1rem;
  }

  .test-item_3 .t12 br {
    display: none;
  }

  .test-item_3 .t18 {
    font-size: 1.3rem;
  }

  .checkbox-block-nrow.v2 .t-descr {
    margin-top: 1rem;
  }

  .checkbox-block-row.v3 .t-descr {
    margin-top: 1rem;
  }

  .tiem.t2 {
    margin-left: 5%;
    width: 35%;
    margin-right: 5%;
  }

  .test-item_4 .test__qw-wrap {
    margin-right: 0;
  }

  .test-item_4 .tiem-row.v2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .checkbox-psevdo-box {
    width: 2rem;
    height: 2rem;
    padding: 0.1rem !important;
  }

  .t-end__right {
    margin-left: 0;
    width: 100%;
  }

  .t-end__left {
    position: relative;
    -webkit-transform: none;
    transform: none;
    width: 25rem;
  }

  .end-soc .end-soc-i {
    padding: 1.2rem .6rem;
  }

  .end-soc {
    width: 31rem;
  }

  .staps__clip {
    width: 1.8rem;
  }

  .staps__clip-bl .t14 {
    font-size: 1rem;
  }

  .test-end__form {
    width: 31rem;
  }

  .portfolio__form-check .t12 {
    font-size: 1.1rem;
    width: 21rem;
  }

  .check-label {
    width: 1.5rem;
    height: 1.5rem;
  }

  .t-end__right .t34 {
    font-size: 2.4rem;
  }

  .test-final__man {
    position: relative;
  }

  .test-final__block {
    width: 100%;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .test-final__block .t18 {
    font-size: 1.1rem;
  }

  .test-final ul {
    margin-left: 0;
  }

  .test-final {
    padding-bottom: 0;
  }

  .test-final__name .t14 {
    font-size: 1rem;
  }

  .test-final__man {
    left: 0;
  }

  .stab-top {
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .stab-top__tab-item {
    width: 30%;
    margin-bottom: 1.2rem;
  }

  .stab-slider__text {
    font-size: 1.1rem;
  }

  .container-sbig {
    max-width: 90vw;
  }

  .serv__cont.title br {
    display: none;
  }

  .today__list {
    width: 23rem;
    right: 0;
    position: relative;
    margin-bottom: 0;
    margin-top: 2rem;
  }

  .today__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 0;
  }

  .goods__bot {
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .goods__left {
    padding-left: 0;
    margin-bottom: 3rem;
  }

  .g-slider {
    margin-right: 0;
    width: 100%;
  }

  .goods__bot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .goods__left {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }

  .goods__btns {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .option {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .option__item {
    margin-bottom: 1rem;
    width: 47%;
  }

  .option .t12 {
    font-size: 1rem;
  }

  .option .t16 {
    font-size: 1.2rem;
  }

  .g-slider__header {
    font-size: 1.3rem;
  }

  .option__img {
    width: 1.7rem;
  }

  .info__man {
    position: relative;
  }

  .info__right {
    margin-left: 0;
    width: 100%;
  }

  .info__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .info__right .t16 {
    font-size: 1rem;
  }

  .info__right .t22 {
    font-size: 1.4rem;
  }

  .info-bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .info-bot .t24 {
    font-size: 1.5rem;
  }

  .info-bot ul {
    width: 42rem;
  }

  .info-bot ul li {
    width: 48%;
    font-size: 1.1rem;
  }

  .info-nums {
    position: relative;
  }

  .info-nums .t12 {
    font-size: 1rem;
  }

  .info {
    padding-bottom: 0;
  }

  .info__man {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .info__name {
    font-size: 1.2rem;
  }

  .info-nums__cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .info-nums__item {
    width: 47%;
  }

  .info-nums__item .t18 {
    font-size: 1.15rem;
  }

  .info-nums__play {
    width: 3.2rem;
    height: 3.2rem;
    padding: 1rem;
  }

  .care__text .t14 {
    font-size: 1rem;
  }

  .care__text .t14 br {
    display: none;
  }

  .care__text .t18 {
    font-size: 1.3rem;
  }

  .work__item {
    width: 50%;
  }

  .today.v2 .today__cont {
    padding-bottom: 0;
  }

  .timeline__man {
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin-top: 2rem;
  }

  .timeline {
    padding-bottom: 0;
  }

  .timeline__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: 0;
  }

  .timeline__sm {
    display: none;
  }

  .timeline__sl {
    right: 0;
  }

  .timeline__info {
    margin-bottom: 2rem;
    width: 46rem;
  }

  .timeline__bl {
    width: 100%;
  }

  .timeline__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .timeline__item .t18 {
    font-size: 1.4rem;
    width: 100%;
    text-align: center;
  }

  .timeline__item .t14 {
    font-size: 1rem;
    text-align: center;
  }

  .timeline__img {
    margin-right: 0;
    margin-bottom: 2rem;
    width: 5rem;
    height: 5rem;
  }

  .timeline__bl {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .tech__cont .title {
    text-align: center;
  }

  .tech__cont .title br {
    display: none;
  }

  .tech__cont .t32 {
    text-align: center;
  }

  .tech__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .tech__left {
    width: 39rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tech__left .btn {
    width: auto;
  }

  .tech__left .tech-bl__text {
    font-size: 1rem;
  }

  .tech__left .t14 {
    font-size: 1rem;
  }

  .tech__right {
    width: 100%;
  }

  .tech__right {
    margin-right: 0;
  }

  .tech__bot {
    margin-left: auto;
    margin-right: auto;
  }

  .time__cont .title {
    text-align: center;
  }

  .time__cont .t32 {
    text-align: center;
  }

  .time__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .time__right {
    margin-top: 2rem;
  }

  .time__left {
    width: 25rem;
  }

  .time__left .t30 {
    font-size: 1.9rem;
  }

  .time__left .t20 {
    font-size: 1.3rem;
  }

  .time__left .t15 {
    font-size: 1rem;
  }

  .time__left .t15 br {
    display: none;
  }

  .time__left .t14 {
    font-size: 1rem;
  }

  .time__sp-text {
    font-size: 1.1rem;
  }

  .time__sp-text br {
    display: none;
  }

  .time__sp-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .time__sp-ok {
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .time__sp-ok {
    width: 1.5rem;
  }

  .time__sp {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: 0;
  }

  .time__sm-header {
    font-size: 1.5rem;
  }

  .contacts__cont {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contacts__left {
    width: 100%;
    margin-bottom: 2rem;
  }

  .contacts__right {
    width: 39rem;
  }

  .contacts__right .t26 {
    font-size: 2rem;
  }

  .c-imgs__item {
    height: 11rem;
  }

  .c-imgs {
    width: 100%;
  }

  .contacts__left .t14 {
    font-size: 1rem;
  }

  .contacts__left .t24 {
    font-size: 1.7rem;
  }

  .contacts__left .t16 {
    font-size: 1.2rem;
  }

  .contacts__left .sdfsdf {
    font-size: 1.3rem;
  }

  .contacts__left .t20 {
    font-size: 1.4rem;
  }

  .contacts__left .t18 {
    font-size: 1.2rem;
  }

  .c-soc__item {
    width: 5rem;
    height: 5rem;
    padding: 1.3rem;
  }

  .contacts .soc__item .t12 {
    font-size: 1rem;
  }

  .contacts .soc__item {
    width: 9.2rem;
    height: 3.2rem;
  }

  .footer__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer__cont .logo {
    margin-bottom: 2rem;
  }

  .footer__cont .logo__img {
    width: 12rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .footer__cont .logo__sub {
    font-size: 1rem;
  }

  .footer__cont .t12 {
    font-size: 1rem;
  }

  .footer__item {
    margin-bottom: 1.5rem;
  }

  .footer__item:last-child {
    margin-bottom: 0;
  }

  .footer {
    padding-top: 2rem;
    padding-bottom: 2.5rem;
  }

  .modal-call__left {
    position: relative;
    -webkit-transform: none;
    transform: none;
    width: 26rem;
    margin-top: -4rem;
    pointer-events: none;
  }

  .modal-call__right {
    margin-left: 0;
    width: 100%;
  }

  .modal__inp-bl {
    width: 19rem;
  }

  .modal__inp-bl .input {
    font-size: 1rem;
  }

  .modal-call .t20 {
    font-size: 1.2rem;
  }

  .modal-call .t20 br {
    display: none;
  }

  .modal-call .t32 {
    font-size: 2rem;
  }

  .modal-big {
    width: 25rem;
  }

  .header {
    max-width: 90vw;
  }

  .nav .sub-text {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .main__item {
    margin-top: !important;
  }

  .main .title {
    margin-bottom: 2rem;
  }

  .main-bot__item {
    width: 47%;
    margin-bottom: 1rem;
  }

  .main-bot__text {
    font-size: 1.1rem;
  }

  .main-bot {
    position: relative;
  }

  .main__cont {
    padding-bottom: 4rem;
  }

  .header .logo {
    width: auto;
  }

  .main-nav {
    width: 100%;
  }

  .main .tel-bl .t14 {
    font-size: .9rem;
  }

  .main .tel-bl .t24 {
    font-size: 1.5rem;
  }

  .logo__sub {
    display: block !important;
    font-size: .8rem;
    margin-left: 0.5rem;
  }

  .header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .progress__item {
    white-space: nowrap;
  }

  .slider-block__wrap {
    width: 95%;
    margin-left: auto;
  }

  .tiem-row {
    width: 100%;
  }

  .tiem.t2 {
    width: 42%;
    margin-left: 3%;
    margin-right: 3%;
  }

  .test-final__name {
    width: 12rem;
  }

  .test-final {
    overflow: hidden;
  }

  .stab-top__tab-item {
    width: 47%;
    font-size: 1.1rem;
  }

  .g-slider__bg {
    height: 30rem;
  }

  .g-slider__nav-item {
    width: 4rem;
    height: 4rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .g-slider__nav {
    right: .6rem;
  }

  .g-slider__item {
    margin-right: 0;
  }

  .care__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .care__img {
    margin-right: 0;
    margin-bottom: 1.2rem;
  }

  .care__img {
    width: 6rem;
  }

  .work__item {
    width: 100%;
  }

  .work__item {
    height: 29rem;
  }

  .work__item .stab-slider__text {
    white-space: normal;
    text-align: center;
    margin-right: 0;
    width: 100%;
  }

  .work__item .stab-slider__text br {
    display: none;
  }

  .work__item .stab-slider__line {
    display: none;
  }

  .work__sm-header {
    text-align: center;
    width: 100%;
  }

  .today.v2 .today__cont {
    padding-top: 4rem;
  }

  .today.v2 .today__list {
    width: 35rem;
  }

  .timeline__bot {
    width: 100%;
  }

  .timeline__text {
    text-align: center;
  }

  .timeline__text .t14 {
    width: 100%;
  }

  .tech .stab-slider__line {
    display: none;
  }

  .tech .stab-slider__text {
    margin-right: 0;
    width: 100%;
    text-align: center;
  }

  .time__right {
    width: 100%;
  }

  .time__cont .t32 br {
    display: none;
  }

  .time__right {
    margin-top: 3rem;
  }

  .main__cont {
    padding-top: 17rem;
  }

  .header .tel-bl {
    white-space: nowrap;
  }

  .header .logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .header__wrap-bl {
    width: 100%;
  }

  .logo {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
  }

  .logo__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 0.4rem;
    width: 15rem;
  }

  .logo__sub {
    font-size: 1.2rem;
    margin-left: 0.5rem;
    display: none !important;
  }

  .logo__sub br {
    display: none;
  }

  .header .logo{
    width: 100% !important;
  }
  .header .logo__img{
    width: 75% !important;
  }
  .header .tel-bl .t24{
    margin: 0 auto;
  }
}

@media (max-width: 567px) {
  html {
    font-size: 12px;
  }

  .main-nav {
    width: 100%;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
  }

  .main-nav__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 48%;
    padding: 1.87rem 1rem;
    border-radius: 3rem;
  }

  .main__right {
    width: 23rem;
  }

  .main__right .t18 {
    font-size: 1.1rem;
  }

  .main__right .t15 {
    font-size: 1rem;
  }

  .main-bot__cont {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .main-bot__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .main-bot__ok {
    margin-right: 0;
    margin-bottom: 0.9rem;
  }

  .header__wrap-bl {
    width: 100%;
  }

  .logo {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
  }

  .logo__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 0.4rem;
    width: 15rem;
  }

  .logo__sub {
    font-size: 1.2rem;
    margin-left: 0.5rem;
  }

  .logo__sub br {
    display: none;
  }

  .burger-text {
    display: none;
  }

  .header .tel-bl {
    white-space: nowrap;
  }

  .header .logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .tiem.t1 {
    width: 44%;
    margin-bottom: 2rem;
  }

  .progress__block {
    width: 90vw;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: -1.4rem;
  }

  .progress__item {
    width: 46%;
    margin-bottom: 1.5rem;
    margin-right: 0;
    padding: 1.6rem 2.5rem;
  }

  .quiz__next .t16 {
    font-size: 1.1rem;
  }

  .quiz__next-wrap {
    width: 10rem;
  }

  .test__range-wrap {
    margin-bottom: -2.5rem;
  }

  .tiem-img {
    height: 9rem;
  }

  .tiem-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tiem-row .tiem-img {
    -ms-flex-item-align: center;
    align-self: center;
  }

  .tiem.t2 {
    width: 100%;
    margin-bottom: 3rem;
  }

  .test-item_3 .tiem-img {
    height: 15rem;
  }

  .test-item_4 .test__qw-wrap {
    width: 100%;
  }

  .test-item_4 .tiem-img {
    margin-bottom: 1rem;
  }

  .tiem-row .tiem-img {
    width: 12rem;
    height: 12rem;
  }

  .tiem-row.v2 {
    width: 100%;
  }

  .end-soc {
    width: 100%;
  }

  .test-end__form {
    width: 100%;
  }

  .test-end__form .btn {
    width: 100%;
  }

  .test-end__clip {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .staps__clip-bl {
    margin-top: 1rem;
  }

  .test-end__form .input {
    width: 100%;
  }

  .end-soc .end-soc-i {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .end-soc .end-soc-i .t16 {
    font-size: 1.1rem;
  }

  .test-final__name {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    color: #fff;
    width: 100%;
    text-align: center;
  }

  .test-final__block {
    width: 20rem;
    margin-left: -1rem;
  }

  .test-final ul {
    margin-top: 1rem;
  }

  .test-final li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-bottom: 2rem;
  }

  .test-final li::before {
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -180%);
    transform: translate(-50%, -180%);
    width: 1.5rem;
    height: 1.5rem;
  }

  .test-final {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .test-final__man {
    width: 20rem;
  }

  .test-final__name {
    width: 12rem;
  }

  .stab-top {
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
  }

  .stab-top__tab-item {
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 3rem;
    width: 48%;
  }

  .info-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .info-top br {
    display: none;
  }

  .info-top .t22 {
    margin-right: 0;
    margin-bottom: 1.2rem;
  }

  .info-nums__play {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .info-nums__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .info-nums__num {
    margin-right: 0;
  }

  .info-bot ul {
    width: 100%;
    margin-left: 2rem;
  }

  .info__name {
    left: 1rem;
  }

  .care__item {
    width: 47%;
  }

  .care__block {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .today.v2 .today__list {
    width: 20rem;
    right: auto;
  }

  .today.v2 .t48 {
    font-size: 2.2rem;
  }

  .today.v2 .t48 br {
    display: none;
  }

  .today.v2 .t22 {
    font-size: 1.2rem;
  }

  .today.v2 .t22 br {
    display: none;
  }

  .timeline__info {
    width: 100%;
    max-width: 90vw;
  }

  .timeline__bot {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .timeline__bot .btn {
    margin-top: 1.3rem;
  }

  .timeline__text .t14 br {
    display: none;
  }

  .timeline__man {
    width: 15rem;
  }

  .phone-arrow.next {
    right: 2rem;
  }

  .phone-arrow.prev {
    left: 2rem;
  }

  .timeline__right .title {
    font-size: 2.8rem;
  }

  .tech__left {
    width: 100%;
  }

  .contacts__right {
    width: 100%;
  }

  .c-imgs__item {
    height: 26vw;
  }

  .footer__cont .logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .footer__cont .t12 {
    margin-left: 0;
    font-size: 1.2rem;
  }

  .footer__cont .t12 br {
    display: block;
  }

  .footer__cont .logo__img {
    width: 15rem;
    margin-bottom: 0.7rem;
  }

  .right-menu {
    display: none !important;
  }

  .header .logo {
    margin-left: 0;
    margin-right: 0;
  }

  .logo__img {
    width: 10rem;
  }

  .header .tel-bl {
    position: absolute;
    right: 0;
    top: 2rem;
    margin-right: 0;
  }

  .header .tel-bl .t24 {
    font-size: 1.2rem;
  }

  .c-soc-header {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .c-soc-header .c-soc__item {
    width: 3rem;
    height: 3rem;
    padding: .6rem;
  }

  .goods__btns {
    display: none;
  }

  .goods__btns-mod {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-top: 2rem;
  }

  .goods__left {
    margin-bottom: 0;
  }
}